jikan-rest/.env.dist
2018-08-24 04:18:16 +05:00

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/"