[Configuration] Deprioritize default constants

Mark ElasticSearch configuration constants as priority=fallback;
these are intended to be specified/overridden on a per-deployment
basis. WTD-1199.
This commit is contained in:
Victor Woeltjen
2015-05-19 13:06:34 -07:00
parent 3ace850d31
commit 6ed14ed3a9

View File

@@ -17,15 +17,18 @@
}, },
{ {
"key": "ELASTIC_ROOT", "key": "ELASTIC_ROOT",
"value": "/elastic" "value": "/elastic",
"priority": "fallback"
}, },
{ {
"key": "ELASTIC_PATH", "key": "ELASTIC_PATH",
"value": "mct/domain_object" "value": "mct/domain_object",
"priority": "fallback"
}, },
{ {
"key": "ELASTIC_INDICATOR_INTERVAL", "key": "ELASTIC_INDICATOR_INTERVAL",
"value": 15000 "value": 15000,
"priority": "fallback"
} }
], ],
"indicators": [ "indicators": [