Add env variable
Showing
2 changed files
with
2 additions
and
0 deletions
| ... | @@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]' | ... | @@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]' |
| 6 | cluster_initial_master_nodes: '["master-1"]' | 6 | cluster_initial_master_nodes: '["master-1"]' |
| 7 | elastic_master_ip: "10.9.3.68" | 7 | elastic_master_ip: "10.9.3.68" |
| 8 | elasticsearch_hosts: '["http://10.9.3.68:9200"]' | 8 | elasticsearch_hosts: '["http://10.9.3.68:9200"]' |
| 9 | env: prod #Specify the environment: test or prod | ... | ... |
| ... | @@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]' | ... | @@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]' |
| 6 | cluster_initial_master_nodes: '["master-1"]' | 6 | cluster_initial_master_nodes: '["master-1"]' |
| 7 | elastic_master_ip: "10.9.3.68" | 7 | elastic_master_ip: "10.9.3.68" |
| 8 | elasticsearch_hosts: '["http://10.9.3.68:9200"]' | 8 | elasticsearch_hosts: '["http://10.9.3.68:9200"]' |
| 9 | env: test #Specify the environment: test or prod | ... | ... |
-
Please register or sign in to post a comment