apps/firefly/.env aktualisiert
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user