-
Notifications
You must be signed in to change notification settings - Fork 0
/
#homeserver.yaml#
47 lines (43 loc) · 1.59 KB
/
#homeserver.yaml#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Configuration file for Synapse.
#
# This is a YAML file: see [1] for a quick introduction. Note in particular
# that *indentation is important*: all the elements of a list or dictionary
# should have the same indentation.
#
# [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
#
# For more information on how to configure Synapse, including a complete accounting of
# each option, go to docs/usage/configuration/config_documentation.md or
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html
server_name: "in2tech.tech"
pid_file: /usr/home/snip/Projects/MatrixBot/synapse/homeserver.pid
listeners:
- port: 8008
tls: false
type: http
x_forwarded: true
bind_addresses: ['::1', '127.0.0.1']
resources:
- names: [client, federation]
compress: false
database:
name: psycopg2
args:
user: synapse_user_root
password: sniper1998
database: synapse_db
host: localhost
cp_min: 5
cp_max: 10
app_service_config_files:
- data/whatsapp_registration.yaml
log_config: "/usr/home/snip/Projects/MatrixBot/synapse/in2tech.tech.log.config"
media_store_path: /usr/home/snip/Projects/MatrixBot/synapse/media_store
registration_shared_secret: "o0t0fSx005OVIDeY#nv5h#FxPlQct=3D_4~hP_TP0dm0;A#:FT"
report_stats: false
macaroon_secret_key: "-6FJ.,,nH1-8nSHuiTm_A+bk:6uK16^VTeU_,Je3Y-B7s0Nl2I"
form_secret: "H3ZBUaP._w^GH~g.JrqZ3PnO^Hjphqyy;lkUFIGmNr-j4M23Jh"
signing_key_path: "/usr/home/snip/Projects/MatrixBot/synapse/in2tech.tech.signing.key"
trusted_key_servers:
- server_name: "matrix.org"
# vim:ft=yaml