mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Fix typo.
This commit is contained in:
parent
124ca26901
commit
415742ccdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue