after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Configuration file for Synapse.
|
||||
|
||||
server_name: "einszwovier.local"
|
||||
server_name: "124.local"
|
||||
pid_file: /data/homeserver.pid
|
||||
listeners:
|
||||
- port: 8008
|
||||
|
|
@ -28,3 +28,10 @@ form_secret: "k,C38Dw^6b8Y+9-cSQpLb@GPoS*1POr8GDWXsLMKLHEU2+&q-@"
|
|||
signing_key_path: "/data/localhost.signing.key"
|
||||
trusted_key_servers:
|
||||
- server_name: "matrix.org"
|
||||
|
||||
# Allow guest access
|
||||
allow_guest_access: true
|
||||
|
||||
# Enable registration
|
||||
enable_registration: true
|
||||
enable_registration_without_verification: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue