playing with matrix via curl
This commit is contained in:
52
testdata/matrix-sandbox/config.yaml
vendored
Normal file
52
testdata/matrix-sandbox/config.yaml
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
server_name: 192.168.0.86
|
||||
pid_file: "/tmp/synapse-test.pid"
|
||||
federation_ip_range_blacklist:
|
||||
- '127.0.0.0/8'
|
||||
- '10.0.0.0/8'
|
||||
- '172.16.0.0/12'
|
||||
- '192.168.0.0/16'
|
||||
- '100.64.0.0/10'
|
||||
- '169.254.0.0/16'
|
||||
- '::1/128'
|
||||
- 'fe80::/64'
|
||||
- 'fc00::/7'
|
||||
listeners:
|
||||
- port: 39487
|
||||
tls: false
|
||||
type: http
|
||||
x_forwarded: false
|
||||
bind_addresses: ['::']
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
compress: false
|
||||
retention:
|
||||
acme:
|
||||
enabled: false
|
||||
port: 80
|
||||
bind_addresses: ['::', '0.0.0.0']
|
||||
reprovision_threshold: 30
|
||||
domain: matrix.example.com
|
||||
account_key_file: /var/lib/matrix-synapse/acme_account.key
|
||||
database:
|
||||
name: "sqlite3"
|
||||
args:
|
||||
database: "/tmp/synapse-test.db"
|
||||
log_config: "/tmp/synapse-test-log.yaml"
|
||||
media_store_path: "/tmp/synapse-test-media"
|
||||
enable_registration: true
|
||||
account_validity:
|
||||
account_threepid_delegates:
|
||||
metrics_flags:
|
||||
signing_key_path: "/tmp/synapse-test.key"
|
||||
old_signing_keys:
|
||||
trusted_key_servers:
|
||||
- server_name: "matrix.org"
|
||||
saml2_config:
|
||||
user_mapping_provider:
|
||||
config:
|
||||
sso:
|
||||
password_config:
|
||||
email:
|
||||
enable_group_creation: true
|
||||
opentracing:
|
||||
report_stats: false
|
||||
Reference in New Issue
Block a user