1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00
flox/backend/.env.example

22 lines
274 B
Plaintext
Raw Normal View History

2016-10-10 10:57:39 +02:00
TMDB_API_KEY=
TRANSLATION=
2016-10-10 10:57:39 +02:00
CLIENT_URI=/
LOADING_ITEMS=30
# Default 10 minutes (600 seconds)
PHP_TIME_LIMIT=600
2016-10-10 10:57:39 +02:00
DB_CONNECTION=mysql
2017-02-17 18:06:01 +01:00
DB_HOST=localhost
DB_PORT=3306
2016-10-10 10:57:39 +02:00
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
APP_ENV=local
APP_KEY=
APP_DEBUG=true
FP_HOST=localhost
FP_PORT=3000