Merge pull request #90 from Plailect/master

Appservice IRC database files must be stored on permanent storage
This commit is contained in:
Slavi Pantaleev 2019-02-01 18:49:37 +02:00 committed by GitHub
commit f55a29a4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ matrix_appservice_irc_configuration_extension_yaml: |
# A simple example configuration extension follows: # A simple example configuration extension follows:
# #
ircService: 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 passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification
matrixHandler: matrixHandler:
eventCacheSize: 4096 eventCacheSize: 4096

View file

@ -221,7 +221,7 @@ matrix_appservice_irc_configuration_extension_yaml: |
# Example configuration extension follows: # Example configuration extension follows:
# #
# ircService: # 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 # passwordEncryptionKeyPath: "/data/passkey.pem" # does not typically need modification
# matrixHandler: # matrixHandler:
# eventCacheSize: 4096 # eventCacheSize: 4096