config.yaml 494 B

123456789101112131415161718192021
  1. api:
  2. url_prefix: /example/api
  3. port: 31000
  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
  14. # data_service:
  15. # token: "8qe+uPgpQ2JWxu3lSyOx5NjX+INp5WsnoD1ZWb7PBm4="
  16. # address: "localhost"
  17. # http_port: "10000"
  18. # grpc_port: "10001"
  19. # namespace: "baize"
  20. # data_source: "baize"
  21. # timeout_sec: 30