From c14f508bd5d6e174d7b365042e17ce75ce5bafa0 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 2 Jun 2016 11:07:28 +0800 Subject: [PATCH] fix typo --- apollo-client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apollo-client/README.md b/apollo-client/README.md index 99e1ac898..ac915b21c 100644 --- a/apollo-client/README.md +++ b/apollo-client/README.md @@ -46,12 +46,12 @@ Apollo supports config separated by clusters, which means for one appId and one If you need this functionality, you could specify the cluster as follows: 1. As Java System Property - * You could specify environment as java system property `apollo.cluster` + * You could specify cluster as java system property `apollo.cluster` * For example, when starting the java application, it can be configured via `-Dapollo.cluster=xxx` * Please note the key should be lower case 2. As Property file * You could create a file `/opt/settings/server.properties` on the target machine - * And specify the environment in the file as `idc=xxx` + * And specify the idc cluster in the file as `idc=xxx` * Please note the key should be lower case ##### Cluster Precedence -- GitLab