Explorar el Código

Update config

Dmitriy Gnatenko hace 3 semanas
padre
commit
e4ca4659de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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