249e37e9 by Gustavo Calcaterra Committed by DevOps

Add env variable

1 parent df96f14c
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!