hsun vor 2 Jahren
Ursprung
Commit
43e7537fda
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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()