瀏覽代碼

Add bot:prefix: to template

pull/4544/head
Travis Wichert 8 月之前
父節點
當前提交
c2bba78de7
共有 1 個檔案被更改,包括 1 行新增0 行删除
  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 查看文件

@@ -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


Loading…
取消
儲存