19 lines
335 B
Plaintext
Raw Normal View History

2021-10-27 20:15:27 -04:00
APP_NAME="Item Finder"
APP_ENV=production
APP_KEY=
2021-10-27 20:15:27 -04:00
APP_DEBUG=false
APP_URL="https://{{ lookup('env', 'SPT_HOSTNAME') }}"
APP_TIMEZONE=UTC
LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
2021-10-27 20:15:27 -04:00
QUEUE_CONNECTION=sync