app.conf 248B

1234567891011121314151617
  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 = *