Skip to content

Commit

Permalink
update the PORT value to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Nov 15, 2024
1 parent 3a92635 commit 3d1f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pulp/templates/settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DATABASES = {
'USER': 'pulp',
'PASSWORD': '{{ pulp_db_password }}',
'HOST': 'localhost',
'PORT': '5432',
'PORT': '',
}
}

Expand Down

0 comments on commit 3d1f220

Please sign in to comment.