@@ -7,7 +7,7 @@ import (
"github.com/spf13/viper"
)
-const defaultConfigPath = "../../.env"
+const defaultConfigPath = "./.env"
type Service struct {
appPort string