diff --git a/app/config/config.js b/app/config/config.js index ae09b23..105c2fa 100644 --- a/app/config/config.js +++ b/app/config/config.js @@ -1,14 +1,14 @@ require('dotenv/config'); module.exports = { - development: { + local: { username: 'root', password: 'water', - database: 'base', + database: 'ucharify', host: 'localhost', dialect: 'mysql' }, - test: { + staging: { username: 'root', password: null, database: 'database_test',