sequelize-cmd
Version:
Extended cli for sequelize.
44 lines (42 loc) • 1.17 kB
JSON
{
"development": {
"templates": undefined,
"db": {
"dialect": "mysql",
"host": "localhost",
"port": 3306,
"database": "devdb",
"username": "root",
"password": null
},
"migration": {
"migrations": "./migrations",
"models": "./models",
"seeds": "./seeds",
"filesFilter": "\\.js$",
"fileNames": "lower",
"modelNames": "capitalize",
"typeVariable": "types"
}
},
"production": {
"templates": undefined,
"db": {
"dialect": "mysql",
"host": "localhost",
"port": 3306,
"database": "devdb",
"username": "root",
"password": null
},
"migration": {
"migrations": "./migrations",
"models": "./models",
"seeds": "./seeds",
"filesFilter": "\\.js$",
"fileNames": "lower",
"modelNames": "capitalize",
"typeVariable": "types"
}
}
}