浏览代码

Fix unintentionally inverted boolean

Fixes a problem introduced by da6edc9cba.

Related to #145 (Github Pull Request).
pull/214/head
Slavi Pantaleev 7 年前
父节点
当前提交
73158e6c2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml 查看文件

@@ -150,7 +150,7 @@ matrix_synapse_password_config_pepper: ""
# Controls if Synapse allows people to authenticate against its local database.
# It may be useful to disable this if you've configured additional password providers
# and only wish authentication to happen through them.
matrix_synapse_password_config_localdb_enabled: false
matrix_synapse_password_config_localdb_enabled: true

# Controls the number of events that Synapse caches in memory.
matrix_synapse_event_cache_size: "100K"


正在加载...
取消
保存