Browse Source
Merge pull request #319 from huazai0803/main
dtmServer注册到nacos指定的命名空间配置文件修改
pull/320/head
yedf2
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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' |
|
|
|
|
|
|
|
|