# ym测试环境 # 服务相关配置 server: # 启动模式 debug、release mode: release # http服务信息 insecureServingInfo: # 监听端口 port: "6270" # IP白名单 ipWhiteList: - "127.0.0.1" # 数据库配置 database: # 数据库类型 dialect: mysql # host地址 host: 127.0.0.1 # 端口 port: 3306 # 数据库名称 db: cold_logistic # 数据库用户名 userName: cold_logistic # 数据库密码 password: A8XQfpezANM3pqD # 其他配置参数 otherParams: charset=utf8mb4&parseTime=True&loc=Local # 最大空闲连接数 maxIdleConn: 20 # 最大连接数 maxOpenConn: 200 # 连接超时关闭时间,单位:秒 connMaxLifetime: 60 # redis配置 redis: # 是否启用 enable: true # 地址 addr: 127.0.0.1:6379 # 数据库编号 db: 11 # 日志相关配置 log: # 是否开启console输出 enableConsole: true # console输出格式是否json格式 consoleJSONFormat: false # console输出日志等级 consoleLevel: debug # 是否开启文件输出 enableFile: true # 文件输出格式是否json格式 fileJSONFormat: true # 文件输出日志等级 fileLevel: info # 输出文件路径 fileLocation: /tmp/Cold_Logistic/back/zap.log # 错误日志文件等级 errFileLevel: error # 错误日志文件路径 errFileLocation: /tmp/Cold_Logistic/back/zapErr.log # 存储相关配置 storage: projectPrefixPath: # 类型 localFs-本地 cos-腾讯云对象存储 storeType: cos cosStorageOptions: baseURL: appId: "" bucket: region: secretId: secretKey: localstorage: # 存储根路径(与nginx配置一致) rootFilePath: /tmp/Cold_Logistic/upload/ # 生成文件下载地址url downloadDomain: https://cold.coldbaozhida.com/Cold_Logistic/download # Nats nats: enable: true url: "127.0.0.1:43422" # 宝智达冷链 bzdClod: host: "https://cold.coldbaozhida.com" deviceSensorList: "/api/v3/DeviceSensor/List_BySN" dataListUrl: "/api/v3/Data/List" userList: "/api/v3/User/List" logisticCompanyList: "/api/v3/Company/Transport/List" # 微信 wechat: appId: "" appSecret: "" redirectUri: ""