Mega push vol 7 mvp lesgoooo
This commit is contained in:
BIN
synapse/data/homeserver.db
Normal file
BIN
synapse/data/homeserver.db
Normal file
Binary file not shown.
BIN
synapse/data/homeserver.db-shm
Normal file
BIN
synapse/data/homeserver.db-shm
Normal file
Binary file not shown.
BIN
synapse/data/homeserver.db-wal
Normal file
BIN
synapse/data/homeserver.db-wal
Normal file
Binary file not shown.
40
synapse/data/homeserver.yaml
Normal file
40
synapse/data/homeserver.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html
|
||||
server_name: "localhost"
|
||||
pid_file: /data/homeserver.pid
|
||||
listeners:
|
||||
- port: 8008
|
||||
resources:
|
||||
- compress: false
|
||||
names:
|
||||
- client
|
||||
- federation
|
||||
tls: false
|
||||
type: http
|
||||
x_forwarded: true
|
||||
database:
|
||||
name: sqlite3
|
||||
args:
|
||||
database: /data/homeserver.db
|
||||
log_config: "/data/localhost.log.config"
|
||||
media_store_path: /data/media_store
|
||||
registration_shared_secret: "root-org-synapse-secret-change-me"
|
||||
report_stats: false
|
||||
macaroon_secret_key: "K3l5o7X-X^R38;PiHAYDE;k-&CiW=2cqcFZbJOR@Q2FT_*KT-y"
|
||||
form_secret: "X2@N=bAgk*oHscfP,=pz8Je0Pd.zeQAc4DX-oQtQKK*=SJ6raS"
|
||||
signing_key_path: "/data/localhost.signing.key"
|
||||
trusted_key_servers:
|
||||
- server_name: "matrix.org"
|
||||
enable_registration: true
|
||||
enable_registration_without_verification: true
|
||||
|
||||
# vim:ft=yaml
|
||||
39
synapse/data/localhost.log.config
Normal file
39
synapse/data/localhost.log.config
Normal file
@@ -0,0 +1,39 @@
|
||||
version: 1
|
||||
|
||||
formatters:
|
||||
precise:
|
||||
|
||||
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s'
|
||||
|
||||
|
||||
handlers:
|
||||
|
||||
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
formatter: precise
|
||||
|
||||
loggers:
|
||||
# This is just here so we can leave `loggers` in the config regardless of whether
|
||||
# we configure other loggers below (avoid empty yaml dict error).
|
||||
_placeholder:
|
||||
level: "INFO"
|
||||
|
||||
|
||||
|
||||
synapse.storage.SQL:
|
||||
# beware: increasing this to DEBUG will make synapse log sensitive
|
||||
# information such as access tokens.
|
||||
level: INFO
|
||||
|
||||
|
||||
|
||||
|
||||
root:
|
||||
level: INFO
|
||||
|
||||
|
||||
handlers: [console]
|
||||
|
||||
|
||||
disable_existing_loggers: false
|
||||
1
synapse/data/localhost.signing.key
Normal file
1
synapse/data/localhost.signing.key
Normal file
@@ -0,0 +1 @@
|
||||
ed25519 a_VwZG y2OyVm2VBqYOuqiBYBb0wQ4r8awyVMceG+KIPK4K6HA
|
||||
Reference in New Issue
Block a user