merged speech package branch and updated configs

This commit is contained in:
bill bittner 2018-03-19 13:58:45 -07:00
commit ce706afbbd
11 changed files with 59 additions and 33 deletions

View file

@ -0,0 +1,23 @@
module.exports = {
development: {
username: '',
password: '',
database: '',
host : '127.0.0.1',
dialect : 'mysql',
},
test: {
username: '',
password: '',
database: '',
host : '127.0.0.1',
dialect : 'mysql',
},
production: {
username: '',
password: '',
database: '',
host : '127.0.0.1',
dialect : 'mysql',
},
};