1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00
flox/backend/.env.example
Tim Meier ab56720200 Use user credentials for http basic and change auth for import/export… (#72)
* Use user credentials for http basic and change auth for import/export api to use http basic auth

* refactor
2017-04-18 08:50:09 +02:00

22 lines
274 B
Plaintext

TMDB_API_KEY=
TRANSLATION=
CLIENT_URI=/
LOADING_ITEMS=30
# Default 10 minutes (600 seconds)
PHP_TIME_LIMIT=600
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
APP_ENV=local
APP_KEY=
APP_DEBUG=true
FP_HOST=localhost
FP_PORT=3000