fix: made .env file not mendatory

This commit is contained in:
Florian Sylvain
2023-08-12 02:50:01 +02:00
parent 8faf3f8d9d
commit 047e14df60
+1 -1
View File
@@ -22,7 +22,7 @@ func initEnvVariables() {
}
}
if err != nil {
panic("Could not load .env file")
fmt.Println("WARNING: Could not load any .env file")
}
for _, envVar := range envVarsToLoad {