homepage.js/.env.example

14 lines
215 B
Plaintext
Raw Normal View History

2023-02-18 15:08:31 +01:00
APP_PORT=8000
2023-02-18 16:03:27 +01:00
APP_DEBUG=true
2023-02-19 03:25:01 +01:00
# 32-byte base64 string
APP_KEY=
2023-03-12 03:17:24 +01:00
TRUST_PROXY=::ffff:10.8.0.1
2023-02-19 03:25:01 +01:00
DB_PORT=5432
DB_HOSTNAME=db
DB_PASSWORD=homepage
DB_USERNAME=homepage
DB_DATABASE=homepage
REDIS_HOST=redis
REDIS_PORT=6379