Files
homelab-infra/apps/firefly/.env
T
2026-04-01 06:45:01 +00:00

16 lines
266 B
Bash

APP_KEY=base64:CHANGEME
APP_URL=https://firefly.kaleschke.info
DB_HOST=firefly-db
DB_PORT=3306
DB_CONNECTION=mysql
DB_DATABASE=firefly
DB_USERNAME=firefly
DB_PASSWORD=firefly
TRUSTED_PROXIES=**
APP_ENV=production
APP_DEBUG=false
LOG_CHANNEL=stack
TZ=Europe/Berlin