Speech as a package #416

Merged
bones7242 merged 89 commits from speech-as-a-package into master 2018-04-18 21:47:34 +02:00
Showing only changes of commit ea0f821fe9 - Show all commits

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;