Files
PG-admi-onefile/.env.example
2026-03-20 16:30:45 +07:00

21 lines
331 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=
# Optional container timezone for scheduler/logs
TZ=UTC