Update bewcloud.config.ts
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Run Tests / test (push) Has been cancelled

This commit is contained in:
2025-12-08 15:18:22 +00:00
parent 6f8a27df64
commit 29cd7dce82

View File

@@ -35,11 +35,11 @@ const config: PartialDeep<Config> = {
// },
contacts: {
enableCardDavServer: true,
cardDavUrl: 'http://bewcloud-cal-yhesxr:5232',
cardDavUrl: 'http://cloud-radicale-wqldcv:5232',
},
calendar: {
enableCalDavServer: true,
calDavUrl: 'http://bewcloud-cal-yhesxr:5232',
calDavUrl: 'http://cloud-radicale-wqldcv:5232',
},
};