We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea7815 commit 41dc2c1Copy full SHA for 41dc2c1
DjangoPlugin/tracdjangoplugin/settings.py
@@ -12,6 +12,7 @@
12
'NAME': 'djangoproject',
13
'USER': 'djangoproject',
14
'HOST': SECRETS.get('db_host', ''),
15
+ 'PORT': SECRETS.get('db_port', 5432),
16
'PASSWORD': SECRETS.get('db_password', ''),
17
},
18
}
0 commit comments