jikan-rest/.env.dist

23 lines
392 B
Plaintext
Raw Normal View History

2018-04-30 03:45:43 +05:00
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
2018-08-24 02:38:35 +05:00
SLAVE_INSTANCE=false
2018-08-24 03:10:49 +05:00
SLAVE_KEY=
SLAVE_CLIENT_IP_HEADER="x-client-ip"
2018-08-24 03:16:34 +05:00
SLAVE_KEY_HEADER="x-slave-key"
CACHET=false
2018-08-24 04:18:16 +05:00
CACHET_TOKEN=
CACHET_API_URL="https://status.jikan.moe/api/v1/"