From 22c43c6ce66ba1db76a4a590449f815e78a90edf Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 20 Jul 2018 22:14:46 +1000 Subject: [PATCH] Reset example settings Whoops :> --- example_settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example_settings.json b/example_settings.json index 13c5a422..83ed2df2 100644 --- a/example_settings.json +++ b/example_settings.json @@ -2,8 +2,8 @@ "webroot": "", "serverroot": "", "accessUrl": "", - "autoJoin": true, - "autoJoinServer": "https://v2au1.synclounge.tv", - "autoJoinRoom": "acwacdwacdwawd", + "autoJoin": false, + "autoJoinServer": "", + "autoJoinRoom": "", "autoJoinPassword": "" } \ No newline at end of file