Initial commit for eventlens

This commit is contained in:
ecki
2026-04-09 19:00:12 +02:00
commit 51aab152ff
21 changed files with 1862 additions and 0 deletions
+22
View File
@@ -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