|
@@ -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()
|