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

Merge pull request #65 from cristen/git

Adds python3 support for git and the committer name in the config
This commit is contained in:
Guillaume Ayoub 2013-09-19 07:25:18 -07:00
commit 556afd2ad6
3 changed files with 14 additions and 4 deletions

View file

@ -70,6 +70,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"},