1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Out-of-the-box simple configuration

git-svn-id: http://svn.32rwr.info/radicale/trunk@5 74e4794c-479d-4a33-9dda-c6c359d70f12
This commit is contained in:
(no author) 2008-12-30 19:26:03 +00:00
parent 5e1a4d4131
commit e87d37703d
7 changed files with 72 additions and 13 deletions

View file

@ -35,7 +35,7 @@ _initial = {
"certificate": "/etc/apache2/ssl/server.crt",
"privatekey": "/etc/apache2/ssl/server.key",
"log": "/var/www/radicale/server.log",
"port": "1001",
"port": "5232",
},
"encoding": {
"request": "utf-8",
@ -48,14 +48,17 @@ _initial = {
},
"status": {
"200": "HTTP/1.1 200 OK",
"204": "HTTP/1.1 204 No Content",
},
"acl": {
"type": "htpasswd",
"type": "fake",
"filename": "/etc/radicale/users",
"defaultUser": "radicale",
},
"support": {
"type": "plain",
"folder": "/var/local/radicale",
"folder": "~/.config/radicale",
"defaultCalendar": "radicale/calendar",
},
}