Files
lone-services/bff/etc/bff.yaml
T
gjs 95d4c7bdc2
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Failing after 1s
check params
2026-08-06 22:20:48 +08:00

38 lines
757 B
YAML

Name: bff-service
Host: 0.0.0.0
Port: 10000
Nacos:
Hosts:
- rnacos:8848
NamespaceId: test
Group: LONE_SERVICES
RegisterIP: bff
Response:
IsDebug: true # true 不加密
EncryptKey: "M17fcaPeHDr05H17fcaPH1deDH17l3Bd"
Upstreams:
- Name: product
Grpc:
Target: product-service
Timeout: 5000
ProtoSets:
- etc/product.pb
- Name: admin
Grpc:
Target: admin-service
Timeout: 5000
ProtoSets:
- etc/admin.pb
Mappings:
- Method: post
Path: /admin/v3/admin/add
RpcPath: admin.Admin/Add
- Method: post
Path: /admin/v3/admin/edit
RpcPath: admin.Admin/Edit
- Method: post
Path: /admin/v3/admin/status
RpcPath: admin.Admin/Status