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:
parent
a6884492a2
commit
b863e8390e
3 changed files with 26 additions and 0 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue