Folder structure #398

Merged
bones7242 merged 76 commits from folder-structure into master 2018-03-20 00:01:08 +01:00
Showing only changes of commit d9f7fae26c - 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;