0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 10:10:47 -05:00
db-website/api/.env.example

20 lines
293 B
Plaintext
Raw Normal View History

2023-03-02 20:51:47 -05:00
APP_NAME=Lumen
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
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
QUEUE_CONNECTION=sync