浏览代码

Fix to_yaml silliness

pull/13/head
Slavi Pantaleev 7 年前
父节点
当前提交
cc3e34b128
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-server/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/matrix-server/templates/synapse/homeserver.yaml.j2 查看文件

@@ -96,7 +96,7 @@ public_baseurl: https://{{ hostname_matrix }}/
soft_file_limit: 0

# Set to false to disable presence tracking on this homeserver.
use_presence: {{ matrix_synapse_use_presence|to_yaml }}
use_presence: {{ matrix_synapse_use_presence|to_json }}

# The GC threshold parameters to pass to `gc.set_threshold`, if defined
# gc_thresholds: [700, 10, 10]


正在加载...
取消
保存