From a922813d2496d40a0eb7dbc5e15e21e19343c106 Mon Sep 17 00:00:00 2001 From: daiyb <570956418@qq.com> Date: Fri, 6 Jun 2025 11:44:17 +0800 Subject: [PATCH] Delete dubbogo.yaml --- conf/dubbogo.yaml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 conf/dubbogo.yaml diff --git a/conf/dubbogo.yaml b/conf/dubbogo.yaml deleted file mode 100644 index 69b3ea5..0000000 --- a/conf/dubbogo.yaml +++ /dev/null @@ -1,47 +0,0 @@ -dubbo: - registries: - demoZK: - protocol: zookeeper - timeout: 3s - # address: 121.229.45.214:9004 - # address: 172.16.100.93:2181 - address: 127.0.0.1:2181 - # 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 - # filter: cshutdown,sign,fonDomainFilter,fonValidateFilter - 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 - AccountClientImpl: - protocol: tri - retries: 0 - interface: com.fontree.microservices.common.Account - filter: echo,metrics,token,accesslog,sign,tps,generic_service,execute - params: - .accessKeyId: "Accountksl" - .secretAccessKey: "BSDY-FDF1-Fontree_account" - AccountFieeClientImpl: - protocol: tri - retries: 3 - interface: com.fontree.microservices.common.micro.account.fiee - # filter: echo,metrics,token,accesslog,sign,tps,generic_service,execute,pshutdown,auth,fonValidateFilter - PaymentCentClientImpl: - 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" - CastClientImpl: - protocol: tri - interface: com.fontree.microservices.fiee.multicast