Commit c14f508b by Jason Song

fix typo

parent f0224e9c
...@@ -46,12 +46,12 @@ Apollo supports config separated by clusters, which means for one appId and one ...@@ -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: If you need this functionality, you could specify the cluster as follows:
1. As Java System Property 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` * For example, when starting the java application, it can be configured via `-Dapollo.cluster=xxx`
* Please note the key should be lower case * Please note the key should be lower case
2. As Property file 2. As Property file
* You could create a file `/opt/settings/server.properties` on the target machine * 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 * Please note the key should be lower case
##### Cluster Precedence ##### Cluster Precedence
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment