Kaynağa Gözat

fix:配置文件路径

Roc 1 gün önce
ebeveyn
işleme
1b4640b431
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      global/global.go

+ 2 - 2
global/global.go

@@ -18,8 +18,8 @@ var (
 	MinioClient *minio.Client
 )
 
-const ConfigFile = "config/config_debug.yaml" //本地(测试)环境下的配置文件地址
-const ProConfigFile = "config/config.yaml"    //生产环境下的配置文件地址
+const ConfigFile = "config_debug.yaml" //本地(测试)环境下的配置文件地址
+const ProConfigFile = "config.yaml"    //生产环境下的配置文件地址
 const DefaultFilePath = "config"
 const ConfigFilePath = "/home/code/config/eta_obs/config" //生产环境下的配置文件地址