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', // host: 'localhost',
// port: 465, // port: 465,
// }, // },
// contacts: { contacts: {
// enableCardDavServer: true, enableCardDavServer: true,
// cardDavUrl: 'http://radicale:5232', cardDavUrl: 'http://bewcloud-cal-yhesxr:5232',
// }, },
// calendar: { calendar: {
// enableCalDavServer: true, enableCalDavServer: true,
// calDavUrl: 'http://radicale:5232', calDavUrl: 'http://bewcloud-cal-yhesxr:5232',
// }, },
}; };
export default config; export default config;