249e37e9 by Gustavo Calcaterra Committed by DevOps

Add env variable

1 parent df96f14c
......@@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]'
cluster_initial_master_nodes: '["master-1"]'
elastic_master_ip: "10.9.3.68"
elasticsearch_hosts: '["http://10.9.3.68:9200"]'
env: prod #Specify the environment: test or prod
......
......@@ -6,3 +6,4 @@ discovery_seed_hosts: '["10.9.3.68"]'
cluster_initial_master_nodes: '["master-1"]'
elastic_master_ip: "10.9.3.68"
elasticsearch_hosts: '["http://10.9.3.68:9200"]'
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!