[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:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user