Skip to content
Snippets Groups Projects
Verified Commit 3088ddef authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Increase ircmedia TTL to 14 days

parent dd5569e4
No related branches found
No related tags found
No related merge requests found
Pipeline #113538 passed
......@@ -599,7 +599,7 @@ ircService:
# $ node src/generate-signing-key.js > signingkey.jwk
signingKeyPath: "/etc/synapse/{{ matrix_server_name }}.ircmedia.key"
# How long should the generated URLs be valid for
ttlSeconds: 86400
ttlSeconds: {{ 14 * 24 * 60 * 60 }}
# The port for the media proxy to listen on
bindPort: 8014
# The publically accessible URL to the media proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment