浏览代码

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