Explorar el Código

Add bot command prefix default to main.yml

pull/4544/head
Travis Wichert hace 8 meses
padre
commit
6f48cca134
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 Ver fichero

@@ -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) # The bot's password (can also be used to login via a client like Element Web)
matrix_bot_matrix_registration_bot_bot_password: '' matrix_bot_matrix_registration_bot_bot_password: ''


# Optional bot command prefix
matrix_bot_matrix_registration_bot_bot_prefix: ""

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




Cargando…
Cancelar
Guardar