Add matrix.secret_file config option

This commit is contained in:
Kai A. Hiller
2025-07-29 18:10:22 +02:00
parent 8b51bf8379
commit 357420a56f
8 changed files with 148 additions and 40 deletions

View File

@@ -135,7 +135,9 @@ matrix:
# Shared secret used to authenticate the service to the homeserver
# This must be of high entropy, because leaking this secret would allow anyone to perform admin actions on the homeserver
secret: "SomeRandomSecret"
secret_file: /path/to/secret/file
# Alternatively, the shared secret can be passed inline.
# secret: "SomeRandomSecret"
# URL to which the homeserver is accessible from the service
endpoint: "http://localhost:8008"