You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
302 B
11 lines
302 B
[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 %}
|
|
|