configure internal radicale host
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user