Skip to content

Commit e516741

Browse files
committed
Use correct var name
1 parent 2a42f2a commit e516741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
DATABASES = {
9090
"default": {
9191
"ENGINE": "django.db.backends.postgresql",
92-
"NAME": config("POSTGRES_NAME"),
92+
"NAME": config("POSTGRES_DB"),
9393
"USER": config("POSTGRES_USER"),
9494
"PASSWORD": config("POSTGRES_PASSWORD"),
9595
"HOST": config("DATABASE_HOST", default="localhost"),

0 commit comments

Comments
 (0)