mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 14:42:31 +01:00
ab56720200
* Use user credentials for http basic and change auth for import/export api to use http basic auth * refactor
22 lines
274 B
Plaintext
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 |