Roc il y a 1 jour
Parent
commit
e49f53afab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      global/global.go

+ 1 - 1
global/global.go

@@ -21,7 +21,7 @@ var (
 const ConfigFile = "config/config_debug.yaml" //本地(测试)环境下的配置文件地址
 const ProConfigFile = "config/config.yaml"    //生产环境下的配置文件地址
 const DefaultFilePath = "config"
-const ConfigFilePath = "/home/code/config/eta_bridge/config" //生产环境下的配置文件地址
+const ConfigFilePath = "/home/code/config/eta_obs/config" //生产环境下的配置文件地址
 
 func init() {
 	v := viper.New()