Fixed base path (again again again again)

This commit is contained in:
2022-02-02 10:34:52 +01:00
parent a189b7a378
commit 6a6283f781

View File

@@ -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")