1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00
flox/backend/.env.example
Viktor Geringer 23ecc26978
Feature/reminder (#110)
* move refresh in tab, add job for refresh, add new setting

* check for setting in kernel

* prepare frontend and database for reminders

* prepare mail settings

* add timezone config

* add security-advisories package

* set back APP_URL

* send daily reminder

* update headlines for daily reminder

* fix postgres id sequence on import

* some basic responsive behaviour

* add weekly reminder

* fix footer css

* update readme

* change loading logo
2018-12-27 21:35:41 +01:00

41 lines
621 B
Plaintext

TMDB_API_KEY=
TRANSLATION=
CLIENT_URI=/
LOADING_ITEMS=30
# Default 10 minutes (600 seconds)
PHP_TIME_LIMIT=600
# Set your correct timezone
TIMEZONE=UTC
# Date pattern for reminder mails
DATE_FORMAT_PATTERN=d.m.Y
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
APP_URL=http://localhost
APP_ENV=local
APP_KEY=
APP_DEBUG=true
# Available Settings: "single", "daily", "syslog", "errorlog"
APP_LOG=daily
QUEUE_DRIVER=database
FP_HOST=localhost
FP_PORT=3000
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null