api/config/config.json

24 lines
507 B
JSON
Raw Normal View History

2018-09-07 21:14:05 +02:00
{
"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": {
2018-09-10 10:14:56 +02:00
"username": "cfanimes",
"password": "bdGGcaAoEeDgDkwG",
"database": "cfanimes",
2018-09-07 21:14:05 +02:00
"host": "127.0.0.1",
"dialect": "mysql"
}
}