Files
lone-services/bff/etc/bff.yaml
T
2026-08-05 17:37:32 +08:00

27 lines
524 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 不加密(同旧 base.is_debug);false 时 data 走 AES 加密
EncryptKey: "M17fcaPeHDr05H17fcaPH1deDH17l3Bd"
Upstreams:
- Name: product
Grpc:
Target: product-service
Timeout: 5000
ProtoSets:
- etc/product.pb
Mappings:
- Method: post
Path: /admin/v3/product
RpcPath: product.Product/Add