Dmitriy Gnatenko 3 tygodni temu
rodzic
commit
e4ca4659de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      internal/services/config/config.go

+ 1 - 1
internal/services/config/config.go

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