Use default postgres port

This commit is contained in:
MirnaM
2019-04-30 09:19:52 +02:00
parent 58177a8cce
commit 51ed3551c7

View File

@@ -3,7 +3,7 @@
"username": "docker",
"password": "docker",
"database": "marketalerts",
"port": "32776",
"port": "5432",
"dialect": "postgres"
},
"test": {