From ac4c84e7a4da50f7927c798d9b8d1a5c46883584 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Wed, 6 Mar 2024 12:44:20 -0600 Subject: [PATCH] config file fix --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index f16008a00..12b35e6cf 100644 --- a/config/default.json +++ b/config/default.json @@ -6,5 +6,5 @@ "enable_v3" : true, "enable_themes" : true, "local_environments" : ["docker", "local"], - "publicUrl" : "https://homebrewery.naturalcrit.com", + "publicUrl" : "https://homebrewery.naturalcrit.com" }