parent
3a78eb2054
commit
659477f1a7
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
[default] |
||||||
|
server = {{ patrix_server }} |
||||||
|
{% if patrix_user is defined and patrix_pass is defined %} |
||||||
|
user = {{ patrix_user }} |
||||||
|
password = {{ patrix_pass }} |
||||||
|
{% elif patrix_token is defined %} |
||||||
|
access_token = {{ patrix_token }} |
||||||
|
{% endif %} |
||||||
|
{% if patrix_room is defined %} |
||||||
|
room = {{ patrix_room }} |
||||||
|
{% endif %} |
Loading…
Reference in new issue