fonchain-fiee/docs/prod/dubbogo.yaml

35 lines
1.1 KiB
YAML
Raw Normal View History

2025-02-20 12:55:54 +00:00
dubbo:
registries:
demoZK:
protocol: zookeeper
timeout: 3s
# address: 121.229.45.214:9004
2025-02-24 12:43:34 +00:00
address: zookeeper:2181
2025-02-20 12:55:54 +00:00
# address: 114.218.158.24:2181
consumer:
filter: tracing
request-timeout: 30s
references:
OrderClientImpl:
protocol: tri
retries: 0
interface: com.fontree.microservices.common.order # must be compatible with grpc or dubbo-java
2025-02-24 12:43:34 +00:00
# filter: cshutdown,sign,fonDomainFilter,fonValidateFilter
2025-02-20 12:55:54 +00:00
params:
.accessKeyId: "SYD8-order-04"
.secretAccessKey: "Al-order-FDF112"
BundleClientImpl:
protocol: tri
retries: 0
interface: com.fontree.microservices.fiee.bundle # must be compatible with grpc or dubbo-java
2025-02-22 02:30:39 +00:00
AccountClientImpl:
protocol: tri
retries: 0
2025-02-22 02:31:07 +00:00
interface: com.fontree.microservices.common.micro.account
2025-04-14 08:12:37 +00:00
PaymentClientImpl:
interface: com.fontree.microservices.common.payment # must be compatible with grpc or dubbo-java
filter: cshutdown,sign,auth
params:
.accessKeyId: "Paymentksl"
.secretAccessKey: "BSDY-FDF1-Fontree_payment"