Parcourir la source

Add bot command prefix default to main.yml

pull/4548/head
Travis Wichert il y a 11 mois
committed by Slavi Pantaleev
Parent
révision
9354fa253e
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 Voir le fichier

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



Chargement…
Annuler
Enregistrer