Skip to content
Snippets Groups Projects
Unverified Commit dba9152d authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Add missing blank line in config (#5249)

parent d16f5574
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment