Skip to content

Commit 35e440a

Browse files
authored
hotfix
1 parent 5085fbe commit 35e440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def rel(*path):
106106
"USER": config("DB_USERNAME", default=""),
107107
"PASSWORD": config("DB_PASSWORD", default=""),
108108
"HOST": config("DB_HOSTNAME", default=""),
109-
"PORT": config("DB_PORT", default="", cast=int),
109+
"PORT": config("DB_PORT", default=5432, cast=int),
110110
}
111111
}
112112

0 commit comments

Comments
 (0)