mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
use correct key when loading postgres config
This commit is contained in:
parent
ebe3337823
commit
16fcea90f2
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue