hsun %!s(int64=2) %!d(string=hai) anos
pai
achega
43e7537fda
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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()