hsun 2 年之前
父节点
当前提交
43e7537fda
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      global/global.go

+ 2 - 2
global/global.go

@@ -23,8 +23,8 @@ var (
 	EsClient      *elastic.Client
 )
 
-const ConfigFile = "config/config.yaml"                               //本地(测试)环境下的配置文件地址
-const ProConfigFile = "/home/code/config/fmms_api/config/config.yaml" //生产环境下的配置文件地址
+const ConfigFile = "config/config.yaml"                              //本地(测试)环境下的配置文件地址
+const ProConfigFile = "/home/code/config/fms_api/config/config.yaml" //生产环境下的配置文件地址
 
 func init() {
 	v := viper.New()