| 123456789101112131415161718192021 |
- api:
- url_prefix: /example/api
- port: 31000
- infrastructure:
- database:
- operations:
- user_name: test
- password: "123456"
- address: localhost
- port: 30432
- database: test
- max_connections: 20
- max_idle_connections: 5
- # data_service:
- # token: "8qe+uPgpQ2JWxu3lSyOx5NjX+INp5WsnoD1ZWb7PBm4="
- # address: "localhost"
- # http_port: "10000"
- # grpc_port: "10001"
- # namespace: "baize"
- # data_source: "baize"
- # timeout_sec: 30
|