add partner account
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
db = db.getSiblingDB('users');
|
db = db.getSiblingDB('users');
|
||||||
db.users.insertMany([
|
db.users.insertMany([
|
||||||
{name: 'user', password: 'password', email: 'user@me.com'},
|
{name: 'user', password: 'password', email: 'user@me.com'},
|
||||||
{name: 'stan', password: 'bigbrain', email: 'stan@instana.com'}
|
{name: 'stan', password: 'bigbrain', email: 'stan@instana.com'},
|
||||||
|
{name: 'partner-57', password: 'worktogether', email: 'howdy@partner.com'}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// unique index on the name
|
// unique index on the name
|
||||||
|
Reference in New Issue
Block a user