yeyiwei commented on a change in pull request #801:
URL:
https://github.com/apache/servicecomb-service-center/pull/801#discussion_r549651902
##########
File path:
syncer/samples/multi-servicecenters/servicecenter/hello-server/servicecenter/config.go
##########
@@ -56,6 +56,15 @@ type Instance struct {
type Registry struct {
Address string `yaml:"address"`
Endpoints []string `yaml:"-"`
+ MongoDB *MongoDB `yaml:"mongo"`
+}
Review comment:
使用系统自带mongo配置,该结构体已还原
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]