Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PostgreSQL PORT setting #54

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

archanaserver
Copy link
Collaborator

Based on discussion: #34 (comment)

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

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
@archanaserver archanaserver mentioned this pull request Nov 15, 2024
@ehelms ehelms merged commit 20485c3 into theforeman:master Nov 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants