app.conf 247B

12345678910111213141516
  1. appname = wechat-conf
  2. httpport = 8080
  3. runmode = prod
  4. autorender = false
  5. copyrequestbody = true
  6. EnableDocs = true
  7. excelpath = ./
  8. [cros]
  9. allowMode = dev
  10. allowCredentials = true
  11. allowOrigin = http://localhost:9528
  12. # GET, POST etc
  13. allowMethods = *