mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
|
APP_ENV=production
|
||
|
APP_DEBUG=false
|
||
|
APP_KEY=
|
||
|
APP_TIMEZONE=UTC
|
||
|
|
||
|
DB_CONNECTION=mysql
|
||
|
DB_HOST=127.0.0.1
|
||
|
DB_PORT=3306
|
||
|
DB_DATABASE=homestead
|
||
|
DB_USERNAME=homestead
|
||
|
DB_PASSWORD=secret
|
||
|
|
||
|
CACHE_DRIVER=redis
|
||
|
QUEUE_DRIVER=sync
|
||
|
|
||
|
BUGSNAG_API_KEY=
|