Skip to content

Commit 11a90a4

Browse files
committed
Move matrix-registration-bot's token comment inside the if statement
1 parent d89e627 commit 11a90a4

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix-bot-matrix-registration-bot/templates/config

1 file changed

+1
-1
lines changed

roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ bot:
66
api:
77
# API endpoint of the registration tokens
88
base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
9-
# Access token of an administrator on the server
109
{% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
10+
# Access token of an administrator on the server
1111
token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
1212
{% endif %}
1313

0 commit comments

Comments
 (0)