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

Adds the committer in the config + python3 support

This commit is contained in:
Jean-Marc Martins 2013-09-13 17:21:50 +02:00
parent 87ec798f37
commit 369477b9e5
3 changed files with 14 additions and 4 deletions

View file

@ -72,6 +72,9 @@ INITIAL_CONFIG = {
"http_url": "",
"http_user_parameter": "",
"http_password_parameter": ""},
"git": {
"committer": "Firstname Lastname <Radicale@Radicale.org>",
},
"rights": {
"type": "None",
"file": "~/.config/radicale/rights"},