From 572f985cf17f152422ca112bb21798a7a60b5812 Mon Sep 17 00:00:00 2001 From: "Xin,Zhang" Date: Wed, 7 Mar 2018 11:37:50 +0800 Subject: [PATCH] Update deploy docs (#895) --- docs/en/Deploy-backend-in-cluster-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Deploy-backend-in-cluster-mode.md b/docs/en/Deploy-backend-in-cluster-mode.md index d71970400d..ed1daeaf32 100644 --- a/docs/en/Deploy-backend-in-cluster-mode.md +++ b/docs/en/Deploy-backend-in-cluster-mode.md @@ -91,6 +91,6 @@ The config items of UI is saved in `bin/webappService.sh` (`bin\webappService.ba | Config | Description | |----------------------------------|------------------------------------------------------------------------------------------------------| | `server.port` | Port to listen on | -| `collector.ribbon.listOfServers` | Address to access collector naming service.(Consist with `naming.jetty` in `config/application.yml`) | +| `collector.ribbon.listOfServers` | Address to access collector naming service.(Consist with `naming.jetty` in `config/application.yml`). Multiple collector addresses are split by ',' | 3. Run `bin/webappService.sh` -- GitLab