1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Merge branch 'url' of https://github.com/Unrud/Radicale into Unrud-url

This commit is contained in:
Guillaume Ayoub 2017-02-26 14:43:59 +01:00
commit 3213495245
5 changed files with 76 additions and 77 deletions

View file

@ -74,12 +74,6 @@ INITIAL_CONFIG = OrderedDict([
("dns_lookup", {
"value": "True",
"help": "use reverse DNS to resolve client address in logs"}),
("base_prefix", {
"value": "/",
"help": "root URL of Radicale, starting and ending with a slash"}),
("can_skip_base_prefix", {
"value": "False",
"help": "allow URLs cleaned by a HTTP server"}),
("realm", {
"value": "Radicale - Password Required",
"help": "message displayed when a password is needed"})])),