Skip to content

Commit 20485c3

Browse files
archanaserverehelms
authored andcommitted
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-PORT
1 parent fb87fb4 commit 20485c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/pulp/templates/settings.py.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ DATABASES = {
1111
'USER': 'pulp',
1212
'PASSWORD': '{{ pulp_db_password }}',
1313
'HOST': 'localhost',
14-
'PORT': '',
1514
}
1615
}
1716

0 commit comments

Comments
 (0)