setup to control production db from local app
This commit is contained in:
+10
-1
@@ -29,6 +29,15 @@ module.exports = {
|
||||
password: 'ykjkyenyvxig208z',
|
||||
database: 'n0j9gxnf4ijr7g8t',
|
||||
host: 'am1shyeyqbxzy8gc.cbetxkdyhwsb.us-east-1.rds.amazonaws.com',
|
||||
dialect: 'mysql'
|
||||
dialect: 'mysql',
|
||||
|
||||
// default options for all models
|
||||
define: {
|
||||
underscored: true, // true: use underscore for automatically added attributes like timestamps below
|
||||
timestamps: true // createdAt and updatedAt automatically added
|
||||
},
|
||||
|
||||
// disable logging; default: console.log
|
||||
logging: false
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user