Add configuration for CalDAV server URL, credentials and IMIP callback settings for calendar invitations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
PGHOST=postgresql
|
|
PGPORT=5432
|
|
PGDATABASE=calendars
|
|
PGUSER=pgroot
|
|
PGPASSWORD=pass
|
|
CALENDARS_BASE_URI=/api/v1.0/caldav/
|
|
CALDAV_INBOUND_API_KEY=changeme-inbound-in-production
|
|
CALDAV_OUTBOUND_API_KEY=changeme-outbound-in-production
|
|
# Default callback URL for sending scheduling notifications (emails)
|
|
# Used when clients (like Apple Calendar) don't provide X-CalDAV-Callback-URL header
|
|
CALDAV_CALLBACK_URL=http://backend-dev:8000/api/v1.0/caldav-scheduling-callback |