Sfoglia il codice sorgente

Fix variable name

pull/3512/head
Thom Wiggers 9 mesi fa
parent
commit
18b212a671
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 1BB0A7CE26E363
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-bridge-appservice-irc/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-appservice-irc/defaults/main.yml Vedi File

@@ -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'


Caricamento…
Annulla
Salva