mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
Make matrix-reminder-bot default to in-container networking
This commit is contained in:
parent
46135fb30c
commit
31b79553e0
@ -30,7 +30,7 @@ matrix_bot_matrix_reminder_bot_matrix_user_id: '@{{ matrix_bot_matrix_reminder_b
|
|||||||
# The password that the bot uses to authenticate.
|
# The password that the bot uses to authenticate.
|
||||||
matrix_bot_matrix_reminder_bot_matrix_user_password: ''
|
matrix_bot_matrix_reminder_bot_matrix_user_password: ''
|
||||||
|
|
||||||
matrix_bot_matrix_reminder_bot_matrix_homeserver_url: '{{ matrix_homeserver_url }}'
|
matrix_bot_matrix_reminder_bot_matrix_homeserver_url: 'http://matrix-synapse:8008'
|
||||||
|
|
||||||
# The timezone to use when creating reminders.
|
# The timezone to use when creating reminders.
|
||||||
# Examples: 'Europe/London', 'Etc/UTC'
|
# Examples: 'Europe/London', 'Etc/UTC'
|
||||||
|
Loading…
Reference in New Issue
Block a user