tianxiaoliang commented on a change in pull request #1197: URL: https://github.com/apache/servicecomb-service-center/pull/1197#discussion_r776946394
########## File path: etc/conf/app.yaml ########## @@ -16,22 +16,6 @@ # environment can specify the sc running env, like dev or prod environment: dev -sync: - datacenter: - name: dc1 - peers: - - name: dc2 - kind: servicecomb - endpoints: ["https://127.0.0.1:30100"] - # only allow mode implemented in incremental approach like push, watch(such as pub/sub, long polling) - mode: [push] - caFile: certs/ca.crt - revision: 100 - - name: dc3 - kind: consul - # since consul will not push data to servcecomb, if we need set push and watch mode to achieve two direction sync - mode: [push, watch] - revison: 200 server: Review comment: 层级错了 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
