summaryrefslogtreecommitdiffstats
path: root/asdctool/src/main/resources/es-resources/config_properties.py
blob: d0973001dcb4949b77fb86ccf0435f909f289e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
globalVars={
  "host": "127.0.0.1",
  "origIndexName": "temp_audit",
  "tempIndexName": "temp_audit2",
  "addUTC": False,
  "mappingFileName": "auditMappings.txt",
  "matchAllQuery":{"query": {"match_all": {}}}
}

def getGlobalVar(propertyName):
  return globalVars.get(propertyName)