configure internal radicale host
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:
Tim Bendt
2025-12-01 09:05:46 -05:00
parent 521bd5f05c
commit 137ac0eb58

View File

@@ -33,14 +33,14 @@ const config: PartialDeep<Config> = {
// host: 'localhost',
// port: 465,
// },
// contacts: {
// enableCardDavServer: true,
// cardDavUrl: 'http://radicale:5232',
// },
// calendar: {
// enableCalDavServer: true,
// calDavUrl: 'http://radicale:5232',
// },
contacts: {
enableCardDavServer: true,
cardDavUrl: 'http://bewcloud-cal-yhesxr:5232',
},
calendar: {
enableCalDavServer: true,
calDavUrl: 'http://bewcloud-cal-yhesxr:5232',
},
};
export default config;