app.conf 398 B

123456789101112131415161718
  1. appname = Cold_WorkOrder6240
  2. HTTPPort = 6240
  3. runmode = dev
  4. Graceful = true
  5. EnableDocs = true
  6. copyrequestbody = true
  7. Version = "/v3"
  8. # Mysql
  9. MysqlServer_UrlPort = "127.0.0.1:40306"
  10. MysqlServer_Database = "cold"
  11. MysqlServer_Username = "cold"
  12. MysqlServer_Password = "yjwyEckZS7rE5H!"
  13. MysqlServer_MaxIdleConnections = 100
  14. MysqlServer_MaxOpenConnections = 200
  15. # Nats
  16. NatsServer_Url = "127.0.0.1:43422"