hsun 2 vuotta sitten
vanhempi
commit
43e7537fda
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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()