Fixed base path (again again again again)
This commit is contained in:
@@ -21,6 +21,7 @@ func init() {
|
|||||||
ServerPort = os.Getenv("SERVER_PORT")
|
ServerPort = os.Getenv("SERVER_PORT")
|
||||||
|
|
||||||
Address = os.Getenv("ADDRESS")
|
Address = os.Getenv("ADDRESS")
|
||||||
|
Path = os.Getenv("Path")
|
||||||
|
|
||||||
DatabaseFile = os.Getenv("DATABASE_FILE")
|
DatabaseFile = os.Getenv("DATABASE_FILE")
|
||||||
FrontendDir = os.Getenv("FRONTEND_DIR")
|
FrontendDir = os.Getenv("FRONTEND_DIR")
|
||||||
|
|||||||
Reference in New Issue
Block a user