We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89e627 commit 11a90a4Copy full SHA for 11a90a4
roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2
@@ -6,8 +6,8 @@ bot:
6
api:
7
# API endpoint of the registration tokens
8
base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
9
- # Access token of an administrator on the server
10
{% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
+ # Access token of an administrator on the server
11
token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
12
{% endif %}
13
0 commit comments