1
0
Fork 0

Init Express, Pug, Sass, Sequelize, Socket.io

This commit is contained in:
Ethanell 2020-06-08 10:56:38 +02:00 committed by benoit.kezel@gmail.com
parent b9613f16a9
commit 7d86ef39c1

View file

@ -0,0 +1,26 @@
{
"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
}
}