Commit 20485c3
Remove PostgreSQL PORT setting
The `PORT` setting in the database configuration is redundant because
Django defaults to the PostgreSQL standard port (`5432`) when the `PORT`
setting is omitted.
Reference: https://docs.djangoproject.com/en/5.1/ref/settings/#std-setting-PORT1 parent fb87fb4 commit 20485c3
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments