Plailect
há 7 anos
ascendente
cometimento
29b40b428a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: F8A415C5EA602A41
2 ficheiros alterados com
2 adições e
2 eliminações
-
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 |
|
|
|
|