Merge branch 'speech-as-a-package-yes-build' of github.com:lbryio/spee.ch into speech-as-a-package-yes-build

This commit is contained in:
bill bittner 2018-03-20 12:25:22 -07:00
commit ea0f821fe9

View file

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