Fix typo.

This commit is contained in:
Jannis Leidel 2020-11-29 14:54:45 +01:00
parent 124ca26901
commit 415742ccdf
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -11,7 +11,7 @@ DATABASES = {
"USER": os.environ.get("DB_USER", 'postgres'),
"PASSWORD": os.environ.get("DB_PASSWORD", ""),
"HOST": os.environ.get("DB_HOST", ""),
"PORT": os.envrion.get("DB_PORT", 5432)
"PORT": os.environ.get("DB_PORT", 5432)
},
}
SECRET_KEY = 'dummy'