Add a configuration file example.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
venv/
|
venv/
|
||||||
*.ics
|
*.ics
|
||||||
|
config
|
||||||
|
|||||||
5
config.example
Normal file
5
config.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[Login]
|
||||||
|
login=[my_login]
|
||||||
|
password=[my_password]
|
||||||
|
[Espace]
|
||||||
|
ville=[my_city]
|
||||||
Reference in New Issue
Block a user