mongo-migrations
Version:
Asynchronous MongoDB migration framework for Node.js based on node-migrate
19 lines (18 loc) • 491 B
JSON
{
"mongodb": {
"connectionUrl": "mongodb://localhost:27017"
},
"stateFile": ".migrate",
"dryRun": false,
"migrationsDirectory": "migrations",
"storeClassPath": "../stores/FileStore.js",
"templateFactoryPath": "../factories/TemplateFactory.js",
"templateFilePath": "../template.js",
"useMongoStore": false,
"mongoStore": {
"connectionUrl": "mongodb://localhost:27017",
"database": "test",
"collection": "migrations",
"idField": "test-migrations"
}
}