parent
a7cd57dbdb
commit
74519bf0b8
2 changed files with 5 additions and 1 deletions
@ -1,3 +1,4 @@ |
|||||||
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); |
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); |
||||||
define('CALDAV_PATH', '/SOGo/dav/%u/'); |
define('CALDAV_PATH', '/SOGo/dav/%u/'); |
||||||
define('CALDAV_PERSONAL', 'personal'); |
define('CALDAV_PERSONAL', 'personal'); |
||||||
|
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); |
||||||
|
Loading…
Reference in new issue