Skip to content

Commit

Permalink
fix: set LoadEnvVariables to prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Dec 26, 2023
1 parent 063adf0 commit a7911d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func setup() {
util.LoadExPath()
gin.SetMode(gin.TestMode)
ini.LoadEnvVariables(false)
ini.LoadEnvVariables(true)
ini.CreateFolders()
database.ConnectToDB()
}
Expand Down

0 comments on commit a7911d1

Please sign in to comment.