Просмотр исходного кода

Database files must be stored on permanent storage

pull/90/head
Plailect 7 лет назад
Родитель
Сommit
29b40b428a
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: F8A415C5EA602A41
2 измененных файлов: 2 добавлений и 2 удалений
  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 Просмотреть файл

@@ -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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить