123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- server:
-
- mode: release
-
- insecureServingInfo:
-
- port: "6270"
- ipWhiteList:
- - "127.0.0.1"
- database:
-
- dialect: mysql
-
- 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:
-
- enable: true
-
- addr: 127.0.0.1:6379
-
- db: 11
- log:
-
- enableConsole: true
-
- consoleJSONFormat: false
-
- consoleLevel: debug
-
- enableFile: true
-
- fileJSONFormat: true
-
- fileLevel: info
-
- fileLocation: /tmp/Cold_Logistic/back/zap.log
-
- errFileLevel: error
-
- errFileLocation: /tmp/Cold_Logistic/back/zapErr.log
- storage:
- projectPrefixPath:
-
- storeType: cos
- cosStorageOptions:
- baseURL:
- appId: ""
- bucket:
- region:
- secretId:
- secretKey:
- localstorage:
-
- rootFilePath: /tmp/Cold_Logistic/upload/
-
- downloadDomain: https://cold.coldbaozhida.com/Cold_Logistic/download
- 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: ""
|