config.yaml 377 B

123456789101112131415161718192021
  1. server:
  2. address: ":8080"
  3. dumpRouterMap: true
  4. routeOverWrite: true
  5. accessLogEnabled: true
  6. openapiPath: "/api.json"
  7. swaggerPath: "/swagger"
  8. logger:
  9. level : "all"
  10. stdout: true
  11. # Database.
  12. database:
  13. logger:
  14. level: "all"
  15. stdout: true
  16. default:
  17. link: "mysql:root:root@tcp(127.0.0.1:3306)/ppw_data_core"
  18. debug: true