24 lines
391 B
Plaintext
24 lines
391 B
Plaintext
APP_NAME=eventlens
|
|
APP_ENV=production
|
|
|
|
DB_HOST=db
|
|
DB_PORT=3306
|
|
DB_USER=eventlens
|
|
DB_PASSWORD=eventlens
|
|
DB_NAME=eventlens
|
|
MYSQL_ROOT_PASSWORD=rootsecret
|
|
|
|
TICKETMASTER_API_KEY=
|
|
BANDSINTOWN_APP_ID=
|
|
EVENTIM_ENABLED=true
|
|
POLL_INTERVAL_HOURS=6
|
|
REMINDER_INTERVAL_HOURS=12
|
|
|
|
SMTP_HOST=
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
SMTP_SENDER=eventlens@example.local
|
|
NOTIFICATION_EMAIL_TO=
|
|
SMTP_STARTTLS=true
|