Init Express, Pug, Sass, Sequelize, Socket.io
This commit is contained in:
parent
b9613f16a9
commit
7d86ef39c1
1 changed files with 26 additions and 0 deletions
26
config/config_exemple.json
Normal file
26
config/config_exemple.json
Normal 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
|
||||
}
|
||||
}
|
Reference in a new issue