Setting up project
This commit is contained in:
parent
d07237cc6b
commit
a8dc7f8323
23 changed files with 6055 additions and 0 deletions
23
config/config.json
Normal file
23
config/config.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue