12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- appname = Cold_Api
- HTTPPort = 6200
- runmode = dev
- EnableDocs = true
- copyrequestbody = true
- Version = "/v3"
- # # Nats
- NatsServer_Url = "127.0.0.1:43422"
- # Mysql
- MysqlServer_UrlPort = "127.0.0.1:40306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H!"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- MysqlServer_Debug = true
- # Redis
- Redis_address = "127.0.0.1:43379"
- Redis_password = ""
- Redis_dbNum = "1"
- # Nats
- # NatsServer_Url = "175.178.229.79:4222"
- #
- # # Mysql 线上
- # MysqlServer_UrlPort = "175.178.229.79:30306"
- # MysqlServer_Database = "cold"
- # MysqlServer_Username = "root"
- # MysqlServer_Password = "root"
- # MysqlServer_MaxIdleConnections = 100
- # MysqlServer_MaxOpenConnections = 200
- #
- # # Redis
- # Redis_address = "175.178.229.79:30379"
- # Redis_password = ""
- # Redis_dbNum = "1"
- # # Mysql
- # MysqlServer_UrlPort = "47.111.15.17:3360"
- # MysqlServer_Database = "cold"
- # MysqlServer_Username = "cold"
- # MysqlServer_Password = "W5kjJ66Zz3Pb4CdK"
- # MysqlServer_MaxIdleConnections = 100
- # MysqlServer_MaxOpenConnections = 200
- # MysqlServer_Debug = true
- #
- # # Redis
- # Redis_address = "47.111.15.17:6379"
- # Redis_password = ""
- # Redis_dbNum = "1"
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "coldoss"
- Qiniu_Url = "https://coldoss.coldbaozhida.com/"
- # Panel
- Panel_url = "http://127.0.0.1:6204/Cold_Panel"
- FilterExcludeURL = /Login_verification,/Data/List
- # 小程序 冷链验证 /Data/List
- # 小程序接口 /DeviceWarning/DeviceSensor_List,/Device/Applet_Stat_View2,/DeviceSensor/Applet_List_View1,/DeviceSensor/Applet_List_View2,/DeviceSensorType/List,/Device/DeviceTask_Post
- #FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Home,/User/Post,/UpFileToken,/User/WxQRCode,/Company/Get,/DeviceWarning/DeviceSensor_List,/Device/Applet_Stat_View2,/DeviceSensor/Applet_List_View1,/DeviceSensor/Applet_List_View2,/DeviceSensorType/List,/Device/DeviceTask_Post,/Data/DeviceSensor_Data_Print
- FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Home,/User/Post,/UpFileToken,/User/WxQRCode,/Company/Get,/DataSource,/Company/Bill_Excel,/WarningSend/List
- MqttIds = mqttjxit,mqttlodr,mqttyuht
- MqttServer_id = "mqttjxit"
|