22 lines
639 B
Django/Jinja
22 lines
639 B
Django/Jinja
# https://github.com/the-draupnir-project/Draupnir/blob/main/config/default.yaml
|
|
|
|
homeserverUrl: "https://matrix.hamburg.ccc.de"
|
|
rawHomeserverUrl: "https://matrix.hamburg.ccc.de"
|
|
accessToken: "{{ secret__draupnir_matrix_user_token }}"
|
|
|
|
dataPath: "/data/storage"
|
|
logLevel: "INFO"
|
|
recordIgnoredInvites: true
|
|
managementRoom: "#moderation-management:hamburg.ccc.de"
|
|
experimentalRustCrypto: true
|
|
automaticallyRedactForReasons:
|
|
- "spam"
|
|
- "advertising"
|
|
- "porn"
|
|
- "harassmet"
|
|
|
|
# currently not working because /_synapse is not routed via reverse proxy
|
|
pollReports: false
|
|
|
|
# this knob can turn of moderation action temporarily
|
|
noop: false
|