Dmitriy Gnatenko пре 3 недеља
родитељ
комит
e4ca4659de
1 измењених фајлова са 1 додато и 1 уклоњено
  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