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

This commit is contained in:
bill bittner 2018-03-19 13:51:36 -07:00
commit 56edb908a3

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;