1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

add ".well-known" addresses feature (closes #126)

This commit is contained in:
deronnax 2014-10-20 17:03:23 +02:00
parent a6884492a2
commit b863e8390e
3 changed files with 26 additions and 0 deletions

View file

@ -51,6 +51,9 @@ INITIAL_CONFIG = {
"base_prefix": "/",
"can_skip_base_prefix": "False",
"realm": "Radicale - Password Required"},
"well-known": {
"caldav": "/%(user)s/caldav/",
"carddav": "/%(user)s/carddav/"},
"encoding": {
"request": "utf-8",
"stock": "utf-8"},