1
0
Fork 0

Setup tests

This commit is contained in:
Ethanell 2020-06-08 12:20:17 +02:00 committed by benoit.kezel@gmail.com
parent 7d86ef39c1
commit 28e97fb523
2 changed files with 17 additions and 27 deletions

View file

@ -1,10 +1,26 @@
{
"database": {
"development": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
},
"test": {
"username": "letu",
"password": "letu",
"database": "letu",
"host": "postgres",
"dialect": "postgres",
"operatorsAliases": false
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
}
}

View file

@ -1,26 +0,0 @@
{
"development": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "postgres",
"operatorsAliases": false
}
}