db updates

This commit is contained in:
Egor Matveev
2021-11-06 00:04:48 +03:00
parent 522c465972
commit c92bcd13f9
3 changed files with 4 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ DATABASES = {
"NAME": "sprint",
"USER": "postgres",
"PASSWORD": "password",
"HOST": "postgres",
"HOST": os.getenv("DB_HOST", "0.0.0.0"),
"PORT": 5432,
}
}