Added fixed config example
This commit is contained in:
parent
e0a1f060a7
commit
ccc272a91c
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
[main]
|
||||
[server]
|
||||
host = 127.0.0.1
|
||||
port = 5000
|
||||
debug = True
|
||||
|
||||
[caldav]
|
||||
host = https://cal.edgarpierre.fr
|
||||
username = edpibu
|
||||
password = ********
|
||||
|
|
Reference in a new issue