app.conf 997 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. appname = Cold_Api
  2. HTTPPort = 6200
  3. runmode = dev
  4. EnableDocs = true
  5. copyrequestbody = true
  6. #热更新
  7. # Graceful = true
  8. #进程内监控
  9. # EnableAdmin = true
  10. # AdminAddr = "localhost"
  11. # AdminPort = 8088
  12. # Nats
  13. NatsServer_Url = "192.168.192.63:4222"
  14. # Mysql
  15. MysqlServer_UrlPort = "47.111.15.17:3306"
  16. MysqlServer_Database = "cold"
  17. MysqlServer_Username = "cold"
  18. MysqlServer_Password = "j6WXwyEckZS7bJFM"
  19. MysqlServer_MaxIdleConnections = 100
  20. MysqlServer_MaxOpenConnections = 200
  21. # # Mysql
  22. # MysqlServer_UrlPort = "192.168.192.250:3306"
  23. # MysqlServer_Database = "culd"
  24. # MysqlServer_Username = "cold"
  25. # MysqlServer_Password = "j6WXwyEckZS7bJFM"
  26. # MysqlServer_MaxIdleConnections = 100
  27. # MysqlServer_MaxOpenConnections = 200
  28. # Redis
  29. Redis_address = "192.168.192.63:6379"
  30. Redis_password = ""
  31. Redis_dbNum = "1"
  32. # 静态资源
  33. # Oss = "https://osscold.baozhida.cn/"
  34. Oss = "../../../static"
  35. Oss_file = "C:\\Users\\Administrator\\Pictures\\oss"
  36. # Panel
  37. Panel_url = "http://127.0.0.1:6204/Cold_Panel"