Adjust homeserver URL for Buscarron

This commit is contained in:
Slavi Pantaleev
2024-01-07 14:59:53 +02:00
parent 39e45b0298
commit 5e7b882ce9
3 changed files with 4 additions and 1 deletions

View File

@ -140,7 +140,7 @@ matrix_bot_buscarron_login: "bot.buscarron"
matrix_bot_buscarron_password: ''
# the homeserver URL, uses internal synapse container address by default
matrix_bot_buscarron_homeserver: "{{ matrix_homeserver_container_url }}"
matrix_bot_buscarron_homeserver: ""
# forms configuration
matrix_bot_buscarron_forms: []

View File

@ -9,3 +9,4 @@
- {'name': 'matrix_bot_buscarron_password', when: true}
- {'name': 'matrix_bot_buscarron_hostname', when: true}
- {'name': 'matrix_bot_buscarron_database_hostname', when: "{{ matrix_bot_buscarron_database_engine == 'postgres' }}"}
- {'name': 'matrix_bot_buscarron_homeserver', when: true}