18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
PORT=3000
|
|
NODE_ENV=production
|
|
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=admin
|
|
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
DB_NAME=testdb
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
|
|
SESSION_SECRET=change_me_to_long_random_secret
|
|
|
|
ENABLE_TELEGRAM_NOTIFICATIONS=false
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID=
|