config.yaml 419 B

123456789101112131415161718192021
  1. api:
  2. url_prefix: /example/api
  3. port: 31000
  4. log_skip_paths:
  5. - /example/api/version
  6. infrastructure:
  7. database:
  8. operations:
  9. user_name: test
  10. password: "123456"
  11. address: localhost
  12. port: 30432
  13. database: test
  14. max_connections: 20
  15. max_idle_connections: 5
  16. cache:
  17. namespace: baize-demo
  18. redis:
  19. address: "localhost:30379"
  20. password: "mtyzxhc"
  21. db: 2