Setting up project

This commit is contained in:
Damien Broqua 2018-09-07 21:14:05 +02:00
parent d07237cc6b
commit a8dc7f8323
23 changed files with 6055 additions and 0 deletions

23
config/config.json Normal file
View file

@ -0,0 +1,23 @@
{
"development": {
"username": "cfanimes",
"password": "kojee9Mo",
"database": "cfa_nimes",
"host": "cfanimes.c6flpj4u5fit.eu-west-3.rds.amazonaws.com",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}