c3lf-system-3/.env.example
Jan Felix Wiebe 2182378727 fixed name
2019-11-15 21:56:59 +01:00

19 lines
329 B
Text

APP_NAME="Lost & Found Backend"
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost
APP_TIMEZONE=Europe/Berlin
LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lostfound
DB_USERNAME=lostfound
DB_PASSWORD=club-mate!Cola
CACHE_DRIVER=file
QUEUE_CONNECTION=sync