Properly fix initial contacts setup
Partially reverts 263cdf544a because it wasn't necessary.
This commit is contained in:
@@ -38,11 +38,11 @@ export class AppConfig {
|
||||
},
|
||||
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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user