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:
parent
87ec798f37
commit
369477b9e5
3 changed files with 14 additions and 4 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue