From 6a6283f781cf2361245acd3ee36da1351f94951a Mon Sep 17 00:00:00 2001 From: ByteDream Date: Wed, 2 Feb 2022 10:34:52 +0100 Subject: [PATCH] Fixed base path (again again again again) --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 6b006ca..a178a0d 100644 --- a/config/config.go +++ b/config/config.go @@ -21,6 +21,7 @@ func init() { ServerPort = os.Getenv("SERVER_PORT") Address = os.Getenv("ADDRESS") + Path = os.Getenv("Path") DatabaseFile = os.Getenv("DATABASE_FILE") FrontendDir = os.Getenv("FRONTEND_DIR")