config.yaml 221 B

123456789101112
  1. api:
  2. url_prefix: example
  3. port: 31000
  4. infrastructure:
  5. database:
  6. user_name: test
  7. password: "123456"
  8. address: localhost
  9. port: 30432
  10. database: test
  11. max_connections: 20
  12. max_idle_connections: 5