From b94562d43b1cb6ed7499d6459b493e6892a4737b Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 20 Dec 2022 18:26:10 +0000 Subject: [PATCH] Indent config sample properly --- config/config.sample.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.sample.json b/config/config.sample.json index de936b30..7afb8f69 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -1,8 +1,8 @@ { "default_server_config": { - "m.homeserver": { - "base_url": "https://call.ems.host", - "server_name": "call.ems.host" - } + "m.homeserver": { + "base_url": "https://call.ems.host", + "server_name": "call.ems.host" + } } }