From bbb6c379f24626c3c7ad916ee50d301d994c6489 Mon Sep 17 00:00:00 2001 From: "zhanhua.cheng" Date: Fri, 24 Jun 2022 14:28:39 +0800 Subject: [PATCH] =?UTF-8?q?dtmServer=E6=B3=A8=E5=86=8C=E5=88=B0nacos?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E7=9A=84=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sample.yml b/conf.sample.yml index a256a2a..f0f2cb6 100644 --- a/conf.sample.yml +++ b/conf.sample.yml @@ -46,7 +46,7 @@ # Driver: 'dtm-driver-http' # name of the driver to handle register/discover # RegistryType: 'nacos' # RegistryAddress: '127.0.0.1:8848,127.0.0.1:8848' -# RegistryOptions: '{"UserName":"nacos","Password":"nacos","NotLoadCacheAtStart":true}' +# RegistryOptions: '{"namespaceId":"a6843d66-cf5b-43ab-b7e7-461200dfe76c","UserName":"nacos","Password":"nacos","NotLoadCacheAtStart":true}' # Target: '{"ServiceName":"dtmService","Enable":true,"Healthy":true,"Weight":10}' # target and options # EndPoint: '127.0.0.1:36789'