add partner account

This commit is contained in:
Steve Waterworth
2020-02-25 16:15:08 +00:00
parent 3c8b978a6c
commit 5cf7bf8a2b

View File

@@ -4,7 +4,8 @@
db = db.getSiblingDB('users');
db.users.insertMany([
{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