Procházet zdrojové kódy
Merge pull request #90 from Plailect/master
Appservice IRC database files must be stored on permanent storage
pull/86/head
Slavi Pantaleev
před 7 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl
2 přidání a
2 odebrání
-
docs/configuring-playbook-bridge-appservice-irc.md
-
roles/matrix-synapse/defaults/main.yml
|
|
|
@@ -22,7 +22,7 @@ matrix_appservice_irc_configuration_extension_yaml: | |
|
|
|
# A simple example configuration extension follows: |
|
|
|
# |
|
|
|
ircService: |
|
|
|
databaseUri: "nedb://data" # does not typically need modification |
|
|
|
databaseUri: "nedb:///data" # does not typically need modification |
|
|
|
passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification |
|
|
|
matrixHandler: |
|
|
|
eventCacheSize: 4096 |
|
|
|
|
|
|
|
@@ -221,7 +221,7 @@ matrix_appservice_irc_configuration_extension_yaml: | |
|
|
|
# Example configuration extension follows: |
|
|
|
# |
|
|
|
# ircService: |
|
|
|
# databaseUri: "nedb://data" # does not typically need modification |
|
|
|
# databaseUri: "nedb:///data" # does not typically need modification |
|
|
|
# passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification |
|
|
|
# matrixHandler: |
|
|
|
# eventCacheSize: 4096 |
|
|
|
|