Don't die without a env file, we also survive on env vars

This commit is contained in:
2024-02-28 23:46:27 +01:00
parent 74abc01ec6
commit d72ab930b6
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ func main() {
config, err := config.LoadConfig()
if err != nil {
logger.Fatal(err)
logger.Error("Error from config loader", err)
}
var s server.Server