config.yaml 254 B

12345678910111213
  1. api:
  2. url_prefix: /mono/api
  3. port: 32000
  4. infrastructure:
  5. database:
  6. operations:
  7. user_name: test
  8. password: "123456"
  9. address: localhost
  10. port: 30432
  11. database: test
  12. max_connections: 20
  13. max_idle_connections: 5