mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 02:18:31 +01:00
Fix to_yaml silliness
This commit is contained in:
parent
b49f4531e8
commit
cc3e34b128
@ -96,7 +96,7 @@ public_baseurl: https://{{ hostname_matrix }}/
|
|||||||
soft_file_limit: 0
|
soft_file_limit: 0
|
||||||
|
|
||||||
# Set to false to disable presence tracking on this homeserver.
|
# 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
|
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
|
||||||
# gc_thresholds: [700, 10, 10]
|
# gc_thresholds: [700, 10, 10]
|
||||||
|
Loading…
Reference in New Issue
Block a user