mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 06:32:34 +01:00
619e407bcd
* start with subpage design * transitions * transitions * transitions, stuff * modal for trailer * english fallback for trailers * slugs in url * bit refactor * tests and fixtures * travis * update production files * move time limit to config and display error message to user * fix import * fix review
26 lines
328 B
Plaintext
26 lines
328 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
|
|
|
|
HTTP_BASIC_USERNAME=admin
|
|
HTTP_BASIC_PASSWORD=admin
|