Kaynağa Gözat

Update config

Dmitriy Gnatenko 3 hafta önce
ebeveyn
işleme
e4ca4659de
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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