fix bug in settings that comes up in flask

This commit is contained in:
Jonathan Math 2021-03-01 21:32:09 -05:00
parent d3f50c38a3
commit 0cdc50e99e

View file

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