18 lines
521 B
Text
18 lines
521 B
Text
# Local development only. For Hetzner production, copy and edit
|
|
# deploy/hetzner/production.env.example instead.
|
|
BLIISH_BASE_URL=http://localhost:3000
|
|
BLIISH_DATABASE_PATH=./data/bliish.sqlite
|
|
BLIISH_UPLOAD_DIR=./data/uploads
|
|
BLIISH_ADMIN_USER_ID=1
|
|
BLIISH_MEDIA_CONCURRENCY=1
|
|
HOST=0.0.0.0
|
|
PORT=3000
|
|
|
|
# Optional SMTP delivery. Messages are always stored in the local admin outbox.
|
|
BLIISH_SMTP_HOST=
|
|
BLIISH_SMTP_PORT=587
|
|
BLIISH_SMTP_USER=
|
|
BLIISH_SMTP_PASSWORD=
|
|
BLIISH_SMTP_FROM=
|
|
BLIISH_SMTP_SECURE=0
|
|
BLIISH_SMTP_STARTTLS=1
|