Procházet zdrojové kódy

Add bot:prefix: to template

pull/4544/head
Travis Wichert před 6 měsíci
rodič
revize
c2bba78de7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      roles/custom/matrix-bot-matrix-registration-bot/templates/config.yaml.j2

+ 1
- 0
roles/custom/matrix-bot-matrix-registration-bot/templates/config.yaml.j2 Zobrazit soubor

@@ -10,6 +10,7 @@ bot:
server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
prefix: {{ matrix_bot_matrix_registration_bot_bot_prefix|to_json }}

api:
# API endpoint of the registration tokens


Načítá se…
Zrušit
Uložit