app.conf 695 B

1234567891011121314151617181920212223242526272829
  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 = "127.0.0.1:43379"
  10. Redis_password = ""
  11. Redis_dbNum = "1"
  12. # Mysql
  13. MysqlServer_UrlPort = "127.0.0.1:40306"
  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 = "127.0.0.1:43422"
  21. # 静态资源
  22. Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo"
  23. Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN"
  24. Qiniu_BUCKET = "bzdcoldverify"
  25. Oss = "https://bzdcoldverifyoss.baozhida.cn"