Roc 3 gün önce
ebeveyn
işleme
e49f53afab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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()