Initial commit for eventlens
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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=
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user