-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
34 lines (26 loc) · 947 Bytes
/
Copy pathexample.env
File metadata and controls
34 lines (26 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
LRA_LOG_LEVEL=info
LRA_HUB_URL=https://hub.leios.dev
LRA_API_HOST=::
LRA_API_PORT=12151
LRA_LOG_DIR=./data/logs
LRA_DB_PATH=./data/db.sqlite
LRA_APTLY_ROOT=./data/aptly
# Leave LRA_APTLY_PORT unset (or set to 0) to bind Aptly to a random free port
# from the dynamic range (49152-65535). Set an explicit port only if needed.
# LRA_APTLY_PORT=12150
LRA_CONFIG_BASE_DIR=./config
LRA_PRIVATE_KEY_PATH=./config/keys/private-key.gpg
LRA_PUBLIC_KEY_PATH=./config/keys/public-key.gpg
LRA_S3_ENDPOINT=https://api.s3.leicraftmc.de
LRA_S3_REGION=garage
LRA_S3_BUCKET=leios-repo
LRA_S3_PREFIX=leios/
LRA_S3_ACCESS_KEY_ID=your-access-key-id
LRA_S3_SECRET_ACCESS_KEY=your-secret-access-key
# SMTP — optional, only needed for email features (password resets, etc.)
LRA_SMTP_HOST=smtp.example.com
LRA_SMTP_PORT=587
LRA_SMTP_USERNAME=your-smtp-username
LRA_SMTP_PASSWORD=your-smtp-password
LRA_SMTP_FROM="LeiOS <noreply@leios.dev>"
LRA_SMTP_SECURE=false