소스 검색

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


불러오는 중...
취소
저장