Skip to content

Commit 41dc2c1

Browse files
authored
Ensure that the Django auth trac plugin utilizes the correct pg port. (#131)
1 parent cea7815 commit 41dc2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DjangoPlugin/tracdjangoplugin/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'NAME': 'djangoproject',
1313
'USER': 'djangoproject',
1414
'HOST': SECRETS.get('db_host', ''),
15+
'PORT': SECRETS.get('db_port', 5432),
1516
'PASSWORD': SECRETS.get('db_password', ''),
1617
},
1718
}

0 commit comments

Comments
 (0)