From 56932af02d305df188405d6622573e73ac67c143 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Wed, 22 Feb 2023 18:00:59 -0500 Subject: [PATCH] Updated JSON formatting --- config/config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/config.json b/config/config.json index 9c613b3..f402198 100644 --- a/config/config.json +++ b/config/config.json @@ -1,7 +1,5 @@ { - "TeleTokConf": { - "ptInstance": "PROXITOK INSTANCE URL", - "matrixAddress": "SYNAPSE SERVER URL", - "accessToken": "INSERT TOKEN HERE" - } + "ptInstance": "PROXITOK INSTANCE URL", + "matrixAddress": "SYNAPSE SERVER URL", + "accessToken": "INSERT TOKEN HERE" } \ No newline at end of file