mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-31 17:03:29 +03:00
Generate key
This commit is contained in:
@@ -137,13 +137,13 @@ ircService:
|
||||
mediaProxy:
|
||||
# To generate a .jwk file:
|
||||
# $ node src/generate-signing-key.js > signingkey.jwk
|
||||
signingKeyPath: "signingkey.jwk"
|
||||
signingKeyPath: "/data/auth-media.jwk"
|
||||
# How long should the generated URLs be valid for
|
||||
ttlSeconds: 3600
|
||||
ttlSeconds: 604800
|
||||
# The port for the media proxy to listen on
|
||||
bindPort: 11111
|
||||
bindPort: {{ matrix_media_repo_port | to_json }}
|
||||
# The publically accessible URL to the media proxy
|
||||
publicUrl: "https://irc.bridge/media"
|
||||
publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"
|
||||
|
||||
# Options here are generally only applicable to large-scale bridges and may have
|
||||
# consequences greater than other options in this configuration file.
|
||||
|
||||
Reference in New Issue
Block a user