Update config.js

This commit is contained in:
Arjun Patel
2019-02-23 19:26:59 -08:00
parent c755be7f19
commit 75a5565a33
+5 -5
View File
@@ -9,10 +9,10 @@ module.exports = {
dialect: 'mysql'
},
test: {
username: 'root',
password: null,
database: 'database_test',
host: '127.0.0.1',
username: 'w8h1251do7cg4w7o',
password: 'rpwk8opl1du3hheh',
database: 'ppssehyr7u6n8h4o',
host: 'thzz882efnak0xod.cbetxkdyhwsb.us-east-1.rds.amazonaws.com',
dialect: 'mysql'
},
production: {
@@ -22,4 +22,4 @@ module.exports = {
host: process.env.DB_HOST,
dialect: process.env.DB_DIALECT
}
};
};