blob: d0973001dcb4949b77fb86ccf0435f909f289e89 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001globalVars={
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
10def getGlobalVar(propertyName):
11 return globalVars.get(propertyName)