diff --git a/relay/config.py b/relay/config.py index 5805f51..e40cf70 100644 --- a/relay/config.py +++ b/relay/config.py @@ -145,7 +145,7 @@ class Config: if not config: raise ValueError('Config is empty') - pgcfg = config.get('postgresql', {}) + pgcfg = config.get('postgres', {}) rdcfg = config.get('redis', {}) for key in type(self).KEYS():