Skip to content

Commit 4b1e29a

Browse files
committed
Changed back to localhost
1 parent 3056061 commit 4b1e29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings/prod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"NAME": "code_project",
2020
"USER": "postgres",
2121
"PASSWORD": "1234",
22-
"HOST": env("POSTGRES_HOST"),
22+
"HOST": "localhost",
2323
"PORT": env("POSTGRES_PORT"),
2424
}
2525
}

0 commit comments

Comments
 (0)