Ver código fonte

Fix variable name

pull/3512/head
Thom Wiggers 1 ano atrás
pai
commit
18b212a671
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 1BB0A7CE26E363
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml Ver arquivo

@@ -47,7 +47,7 @@ matrix_appservice_irc_data_path: "{{ matrix_appservice_irc_base_path }}/data"

matrix_appservice_irc_homeserver_url: ""
matrix_appservice_irc_homeserver_media_url: '{{ matrix_homeserver_url }}/irc/'
martix_appservice_irc_homeserver_media_bind_port: 11111
matrix_appservice_irc_homeserver_media_bind_port: 11111
matrix_appservice_irc_homeserver_domain: '{{ matrix_domain }}'
matrix_appservice_irc_homeserver_enablePresence: true # noqa var-naming
matrix_appservice_irc_appservice_address: 'http://matrix-appservice-irc:9999'


Carregando…
Cancelar
Salvar