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

Put the realm in the configuration file (fix #37)

This commit is contained in:
Guillaume Ayoub 2013-06-28 16:39:09 +02:00
parent a819e4b2c8
commit de1e57081b
3 changed files with 5 additions and 2 deletions

View file

@ -46,7 +46,8 @@ INITIAL_CONFIG = {
"certificate": "/etc/apache2/ssl/server.crt",
"key": "/etc/apache2/ssl/server.key",
"dns_lookup": "True",
"base_prefix": "/"},
"base_prefix": "/",
"realm": "Radicale - Password Required"},
"encoding": {
"request": "utf-8",
"stock": "utf-8"},