ソースを参照

Update config

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