Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame^] | 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) |