mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update .env.dist
This commit is contained in:
parent
2fc28e1640
commit
5132a1e6ea
14
.env.dist
14
.env.dist
@ -4,9 +4,19 @@ APP_KEY=
|
||||
APP_TIMEZONE=UTC
|
||||
APP_URL=http://localhost
|
||||
|
||||
CACHE_DRIVER=file
|
||||
QUEUE_CONNECTION=redis
|
||||
CACHE_DRIVER=array
|
||||
QUEUE_CONNECTION=array
|
||||
|
||||
DB_CONNECTION=mongodb
|
||||
DB_HOST=localhost
|
||||
DB_PORT=27017
|
||||
DB_DATABASE=
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
|
||||
MONGODB_DSN=
|
||||
|
||||
CACHING=false
|
||||
CACHE_METHOD=legacy
|
||||
CACHE_DEFAULT_EXPIRE=86400
|
||||
CACHE_META_EXPIRE=300
|
||||
|
Loading…
x
Reference in New Issue
Block a user