change database name

This commit is contained in:
Bilal Catic
2019-05-23 18:58:17 +02:00
parent c7c7957c8a
commit 2ff4e4ae8a
3 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"development": {
"username": "docker",
"password": "docker",
"database": "psychology",
"database": "CrmIntegration",
"port": "5432",
"dialect": "postgres"
},