diff --git a/src/event_gate_lambda.py b/src/event_gate_lambda.py index 282cdac..8f5d64d 100644 --- a/src/event_gate_lambda.py +++ b/src/event_gate_lambda.py @@ -54,7 +54,7 @@ TOPICS["public.cps.za.test"] = json.load(file) logger.debug("Loaded TOPICS") -with open("conf/config.dev.json", "r") as file: +with open("conf/config.json", "r") as file: CONFIG = json.load(file) logger.debug("Loaded main CONFIG")