浏览代码

Add bot:prefix: to template

pull/4548/head
Travis Wichert 8 个月前
committed by Slavi Pantaleev
父节点
当前提交
de212a2211
共有 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


正在加载...
取消
保存