app.conf 435 B

12345678910111213141516171819202122
  1. appname = Cold_WorkOrder6500
  2. HTTPPort = 6500
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. # Mysql
  8. MysqlServer_UrlPort = "127.0.0.1:3306"
  9. MysqlServer_Database = "cold_work_order"
  10. MysqlServer_Username = "cold_work_order"
  11. MysqlServer_Password = "123456"
  12. MysqlServer_MaxIdleConnections = 100
  13. MysqlServer_MaxOpenConnections = 200
  14. # Redis
  15. Redis_address = "127.0.0.1:3379"
  16. Redis_password = ""
  17. Redis_dbNum = "2"