🏗️(caldav) migrate from davical to sabre/dav
This commit is contained in:
@@ -46,8 +46,8 @@ OIDC_RS_CLIENT_SECRET=ThisIsAnExampleKeyForDevPurposeOnly
|
||||
OIDC_RS_AUDIENCE_CLAIM="client_id"
|
||||
OIDC_RS_ALLOWED_AUDIENCES=""
|
||||
|
||||
# DAViCal CalDAV Server
|
||||
DAVICAL_URL=http://davical:80
|
||||
# CalDAV Server
|
||||
CALDAV_URL=http://caldav:80
|
||||
|
||||
# Frontend
|
||||
FRONTEND_THEME=default
|
||||
|
||||
6
env.d/development/caldav.defaults
Normal file
6
env.d/development/caldav.defaults
Normal file
@@ -0,0 +1,6 @@
|
||||
PGHOST=postgresql
|
||||
PGPORT=5432
|
||||
PGDATABASE=calendars
|
||||
PGUSER=pgroot
|
||||
PGPASSWORD=pass
|
||||
CALENDARS_BASE_URI=/api/v1.0/caldav/
|
||||
@@ -1,13 +0,0 @@
|
||||
PGHOST=postgresql
|
||||
PGPORT=5432
|
||||
PGDATABASE=calendars
|
||||
PGUSER=pgroot
|
||||
PGPASSWORD=pass
|
||||
ROOT_PGUSER=pgroot
|
||||
ROOT_PGPASSWORD=pass
|
||||
DBA_PGUSER=pgroot
|
||||
DBA_PGPASSWORD=pass
|
||||
DAVICAL_ADMIN_PASS=admin
|
||||
HOST_NAME=localhost
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user