mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Secret ICS URL aus den Google Kalender Einstellungen
|
||||
ICS_URL=https://calendar.google.com/calendar/ical/DEINE_KALENDER_ID%40group.calendar.google.com/private-DEINTOKEN/basic.ics
|
||||
CALENDAR_LABEL=privat
|
||||
|
||||
# MariaDB LXC Zugangsdaten (neue eigenstaendige DB, nicht healthchecks-DB!)
|
||||
DB_HOST=mariadb.fritz.box
|
||||
DB_PORT=3306
|
||||
DB_NAME=calendar_sync
|
||||
DB_USER=calendar_sync
|
||||
DB_PASSWORD=HIER_SICHERES_PASSWORT
|
||||
|
||||
SYNC_INTERVAL_MINUTES=15
|
||||
WINDOW_PAST_DAYS=90
|
||||
WINDOW_FUTURE_DAYS=365
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user