mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 17:31:54 -05:00
parent
c0df6bae06
commit
daca7b2794
5 changed files with 10 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# CI's Docker setup at the point where this file is considered.
|
||||
server_name: "localhost:8800"
|
||||
|
||||
signing_key_path: "/src/.buildkite/test.signing.key"
|
||||
signing_key_path: ".buildkite/test.signing.key"
|
||||
|
||||
report_stats: false
|
||||
|
||||
|
|
@ -16,6 +16,4 @@ database:
|
|||
database: synapse
|
||||
|
||||
# Suppress the key server warning.
|
||||
trusted_key_servers:
|
||||
- server_name: "matrix.org"
|
||||
suppress_key_server_warning: true
|
||||
trusted_key_servers: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue