mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-02-01 09:21:00 +03:00
config bind port
This commit is contained in:
@@ -141,7 +141,7 @@ ircService:
|
||||
# How long should the generated URLs be valid for
|
||||
ttlSeconds: 604800
|
||||
# The port for the media proxy to listen on
|
||||
bindPort: {{ matrix_media_repo_port | to_json }}
|
||||
bindPort: {{ matrix_appservice_irc_homeserver_media_bind_port | to_json }}
|
||||
# The publically accessible URL to the media proxy
|
||||
publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user