app.conf 402 B

123456789101112131415161718
  1. appname = Cold_WorkOrder6240
  2. HTTPPort = 6240
  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. # Nats 用户
  15. NatsServer_Url = "127.0.0.1:4222"