1234567891011121314151617181920212223242526272829303132333435 |
- appname = Cold_GoodsOrder6250
- HTTPPort = 6250
- runmode = dev
- Graceful = true
- EnableDocs = true
- copyrequestbody = true
- version = "/v3"
- # Redis
- Redis_address = "203.34.49.130:6379"
- Redis_password = "redis_JJ56d5"
- Redis_dbNum = "1"
- # Mysql
- MysqlServer_UrlPort = "203.34.49.130:3306"
- MysqlServer_Database = "cold"
- MysqlServer_Username = "cold"
- MysqlServer_Password = "yjwyEckZS7rE5H"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Nats
- NatsServer_Url = "203.34.49.130:4222"
- # 静态资源
- Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
- Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
- Qiniu_BUCKET = "bzdcoldverify"
- Oss = "https://bzdcoldverifyoss.baozhida.cn"
- #发送短信
- subMailappid = "97173"
- subMailsignature = "f639a60e41ee0554921d89884f5ff87e"
- orderUrl = "http://192.168.11.53:8080/#/msgAlert?"
- corn = "0 */1 * * * ?"
|