Pārlūkot izejas kodu

Move matrix-registration-bot's token comment inside the if statement

pull/3903/head
Slavi Pantaleev pirms 1 gada
vecāks
revīzija
11a90a4789
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2

+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 Parādīt failu

@@ -6,8 +6,8 @@ bot:
api:
# API endpoint of the registration tokens
base_url: {{ matrix_bot_matrix_registration_bot_api_base_url|to_json }}
# Access token of an administrator on the server
{% if matrix_bot_matrix_registration_bot_api_token | length > 0 %}
# Access token of an administrator on the server
token: {{ matrix_bot_matrix_registration_bot_api_token|to_json }}
{% endif %}



Notiek ielāde…
Atcelt
Saglabāt