Skip to content
Snippets Groups Projects
Commit 4bf454ba authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

LSMR-14: use default postgres port

parent 8661bdbe
No related branches found
No related tags found
1 merge request!87Lsmr epic
...@@ -87,7 +87,7 @@ DATABASES = { ...@@ -87,7 +87,7 @@ DATABASES = {
'USER': 'lsmruser', 'USER': 'lsmruser',
'PASS': 'lsmrpass2', 'PASS': 'lsmrpass2',
'HOST': 'localhost', 'HOST': 'localhost',
'PORT': 7666, 'PORT': 5432,
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment