micro-document/conf/dev/dubbogo.yaml
2025-10-14 09:13:10 +08:00

20 lines
605 B
YAML

dubbo:
registries:
demoZK:
protocol: zookeeper
address: 172.16.99.5:2181
protocols:
triple:
name: tri
port: 20028
provider:
services:
GovernanceProvider:
protocol: tri
interface: governance.Governance # must be compatible with grpc or dubbo-java
PressReleasesProvider:
protocol: tri
interface: pressreleases.PressReleases # must be compatible with grpc or dubbo-java
SecFilingsProvider:
protocol: tri
interface: com.fontree.microservices.fiee.SecFiling # must be compatible with grpc or dubbo-java