Merge branch 'speech-as-a-package-yes-build' of github.com:lbryio/spee.ch into folder-structure
This commit is contained in:
commit
56edb908a3
1 changed files with 0 additions and 25 deletions
|
@ -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;
|
|
Loading…
Reference in a new issue