| 1234567891011121314151617181920212223242526272829 |
- api:
- url_prefix: /example/api
- port: 31000
- log_skip_paths:
- - /example/api/version
- 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
- cache:
- namespace: baize-demo
- redis:
- address: "localhost:30379"
- password: "mtyzxhc"
- db: 2
|