From b77d623312a84f3f8bf88ae7adf092ece96cbe7e Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Fri, 15 Apr 2022 17:36:33 +0800 Subject: [PATCH] ServiceName back to dtmService --- conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sample.yml b/conf.sample.yml index 8ceb79f..f3888f2 100644 --- a/conf.sample.yml +++ b/conf.sample.yml @@ -42,7 +42,7 @@ HttpMicroService: RegistryType: 'nacos' RegistryAddress: '127.0.0.1:8848,127.0.0.1:8848' RegistryOptions: '{"UserName":"nacos","Password":"nacos","NotLoadCacheAtStart":true}' - Target: '{"ServiceName":"dtm","Enable":true,"Healthy":true,"Weight":10}' + Target: '{"ServiceName":"dtmService","Enable":true,"Healthy":true,"Weight":10}' EndPoint: '127.0.0.1:36789' ### the unit of following configurations is second # TransCronInterval: 3 # the interval to poll unfinished global transaction for every dtm process