Skip to content

Commit

Permalink
Ensure we set registration_shared_secret on synapse to allow registra…
Browse files Browse the repository at this point in the history
…tion to work

Signed-off-by: MTRNord <mtrnord1@gmail.com>
  • Loading branch information
MTRNord committed Feb 18, 2025
1 parent b8e650e commit d9d4e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/synapse_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data:
# NEVER set this in production!
enable_registration_without_verification: true
pid_file: /data/homeserver.pid
registration_shared_secret: "random_registration_shared_secret"
macaroon_secret_key: random_secret_key
listeners:
- port: 8008
Expand Down

0 comments on commit d9d4e10

Please sign in to comment.