Bladeren bron

Merge pull request #90 from Plailect/master

Appservice IRC database files must be stored on permanent storage
pull/86/head
Slavi Pantaleev 7 jaren geleden
committed by GitHub
bovenliggende
commit
f55a29a4d0
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 4AEE18F83AFDEB23
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +1
    -1
      docs/configuring-playbook-bridge-appservice-irc.md
  2. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-bridge-appservice-irc.md Bestand weergeven

@@ -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


+ 1
- 1
roles/matrix-synapse/defaults/main.yml Bestand weergeven

@@ -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


Laden…
Annuleren
Opslaan