app.conf 881 B

1234567891011121314151617181920212223242526272829303132333435
  1. appname = Cold_GoodsOrder6250
  2. HTTPPort = 6250
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. version = "/v3"
  8. # Redis
  9. Redis_address = "203.34.49.130:6379"
  10. Redis_password = "redis_JJ56d5"
  11. Redis_dbNum = "1"
  12. # Mysql
  13. MysqlServer_UrlPort = "203.34.49.130:3306"
  14. MysqlServer_Database = "cold"
  15. MysqlServer_Username = "cold"
  16. MysqlServer_Password = "yjwyEckZS7rE5H"
  17. MysqlServer_MaxIdleConnections = 100
  18. MysqlServer_MaxOpenConnections = 200
  19. # Nats
  20. NatsServer_Url = "203.34.49.130:4222"
  21. # 静态资源
  22. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  23. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  24. Qiniu_BUCKET = "bzdcoldverify"
  25. Oss = "https://bzdcoldverifyoss.baozhida.cn"
  26. #发送短信
  27. subMailappid = "97173"
  28. subMailsignature = "f639a60e41ee0554921d89884f5ff87e"
  29. orderUrl = "http://192.168.11.53:8080/#/msgAlert?"
  30. corn = "0 */1 * * * ?"