This commit is contained in:
Jonathan Math 2021-03-01 21:38:18 -05:00
parent 0cdc50e99e
commit edf8f25414

View file

@ -81,7 +81,7 @@ DATABASES = {
'USER': 'newsblur',
'PASSWORD': 'newsblur',
'HOST': 'postgres',
'POST': 5432
'PORT': 5432
},
}