CSIT Fix for SDC-2585
[sdc.git] / asdctool / src / main / resources / es-resources / config_properties.py
1 globalVars={
2   "host": "127.0.0.1",
3   "origIndexName": "temp_audit",
4   "tempIndexName": "temp_audit2",
5   "addUTC": False,
6   "mappingFileName": "auditMappings.txt",
7   "matchAllQuery":{"query": {"match_all": {}}}
8 }
9
10 def getGlobalVar(propertyName):
11   return globalVars.get(propertyName)