Properly fix initial contacts setup

Partially reverts 263cdf544a because it wasn't necessary.
This commit is contained in:
Bruno Bernardino
2025-08-27 16:44:01 +01:00
parent 263cdf544a
commit 02d1d3e6fa
5 changed files with 9 additions and 34 deletions

View File

@@ -34,11 +34,11 @@ const config: PartialDeep<Config> = {
// },
// contacts: {
// enableCardDavServer: true,
// cardDavUrl: 'http://127.0.0.1:5232',
// cardDavUrl: 'http://radicale:5232',
// },
// calendar: {
// enableCalDavServer: true,
// calDavUrl: 'http://127.0.0.1:5232',
// calDavUrl: 'http://radicale:5232',
// },
};