mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add missing blank line in config (#5249)
This commit is contained in:
parent
d16f5574b6
commit
dba9152d15
1
changelog.d/5249.feature
Normal file
1
changelog.d/5249.feature
Normal file
@ -0,0 +1 @@
|
||||
Ability to configure default room version.
|
@ -90,6 +90,7 @@ pid_file: DATADIR/homeserver.pid
|
||||
#
|
||||
# For example, for room version 1, default_room_version should be set
|
||||
# to "1".
|
||||
#
|
||||
#default_room_version: "1"
|
||||
|
||||
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
|
||||
|
@ -414,6 +414,7 @@ class ServerConfig(Config):
|
||||
#
|
||||
# For example, for room version 1, default_room_version should be set
|
||||
# to "1".
|
||||
#
|
||||
#default_room_version: "%(default_room_version)s"
|
||||
|
||||
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
|
||||
|
Loading…
Reference in New Issue
Block a user