s1llyw0rdz/.env.example
xxwhirlpool 2ba65209d0
updates
2025-05-15 17:08:32 -04:00

9 lines
318 B
Text

# status
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_DB}:5432/status?sslmode=disable
ASSETS_DIR=/var/www/status/assets
MANUAL_REGISTRATION=0 # set to 1 for automatic approval of users
# postgres
POSTGRES_USER=postgres # change me
POSTGRES_PASSWORD=password # change me
POSTGRES_DB=status