app.conf 580 B

123456789101112131415161718192021222324252627282930
  1. appname = Cold_Api
  2. HTTPPort = 6200
  3. runmode = dev
  4. EnableDocs = true
  5. copyrequestbody = true
  6. # Nats
  7. NatsServer_Url = "192.168.192.63:4222"
  8. # Mysql
  9. MysqlServer_UrlPort = "47.111.15.17:3306"
  10. MysqlServer_Database = "cold"
  11. MysqlServer_Username = "cold"
  12. MysqlServer_Password = "j6WXwyEckZS7bJFM"
  13. MysqlServer_MaxIdleConnections = 100
  14. MysqlServer_MaxOpenConnections = 200
  15. # Redis
  16. Redis_address = "localhost:6379"
  17. Redis_password = ""
  18. Redis_dbNum = "1"
  19. # 静态资源
  20. # Oss = "https://osscold.baozhida.cn/"
  21. Oss = "../../../static"
  22. Oss_file = "C:\\Users\\Administrator\\Pictures\\oss"