Database files must be stored on permanent storage

pull/90/head
Plailect 5 years ago
parent 897cfbdcba
commit 29b40b428a
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41

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

Loading…
Cancel
Save