From 47a4c8829c0593405f3d4056f4ae2a191b69ed07 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 25 Mar 2022 17:40:53 +1300 Subject: [PATCH] Move publicUrl to local.conf from default.conf --- config/default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index f3a8f937d..f74ce3b8e 100644 --- a/config/default.json +++ b/config/default.json @@ -3,6 +3,5 @@ "naturalcrit_url" : "local.naturalcrit.com:8010", "secret" : "secret", "web_port" : 8000, - "enable_v3" : true, - "publicUrl" : "localhost:8000" + "enable_v3" : true }