.
This commit is contained in:
parent
87a645d0fc
commit
9d7afca6a9
2 changed files with 11 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
__pycache__
|
||||||
|
result
|
||||||
|
config.ini
|
||||||
8
default_config.ini
Normal file
8
default_config.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[calDAV]
|
||||||
|
address = localhost:5232
|
||||||
|
username = username
|
||||||
|
password = password
|
||||||
|
passwordFile = /path/to/password
|
||||||
|
[server]
|
||||||
|
port = 8000
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue