From c178d189c918c573874a65cdb3c3d2273dd04b8f Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 31 Aug 2021 22:08:19 -0400 Subject: [PATCH] Update default.json --- config/default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index f74ce3b8e..daf77e82e 100644 --- a/config/default.json +++ b/config/default.json @@ -2,6 +2,5 @@ "host" : "homebrewery.local.naturalcrit.com:8000", "naturalcrit_url" : "local.naturalcrit.com:8010", "secret" : "secret", - "web_port" : 8000, - "enable_v3" : true + "web_port" : 8000 }