mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
23 lines
392 B
Plaintext
23 lines
392 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
|
|
|
|
SLAVE_INSTANCE=false
|
|
SLAVE_KEY=
|
|
SLAVE_CLIENT_IP_HEADER="x-client-ip"
|
|
SLAVE_KEY_HEADER="x-slave-key"
|
|
|
|
CACHET=false
|
|
CACHET_TOKEN=
|
|
CACHET_API_URL="https://status.jikan.moe/api/v1/" |