浏览代码

Add bot command prefix default to main.yml

pull/4548/head
Travis Wichert 8 个月前
committed by Slavi Pantaleev
父节点
当前提交
9354fa253e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml

+ 3
- 0
roles/custom/matrix-bot-matrix-registration-bot/defaults/main.yml 查看文件

@@ -43,6 +43,9 @@ matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_regist
# The bot's password (can also be used to login via a client like Element Web)
matrix_bot_matrix_registration_bot_bot_password: ''

# Optional bot command prefix
matrix_bot_matrix_registration_bot_bot_prefix: ""

# Homeserver base URL
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_homeserver_url }}"



正在加载...
取消
保存