Browse Source

Update config

Dmitriy Gnatenko 3 tuần trước cách đây
mục cha
commit
e4ca4659de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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