mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 14:42:31 +01:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
APP_ENV=local
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString
|
|
|
|
DB_HOST=localhost
|
|
DB_DATABASE=homestead
|
|
DB_USERNAME=homestead
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file
|
|
QUEUE_DRIVER=sync
|
|
|
|
TMDB_API_KEY=xxx |