Closed kleutzinger closed 3 years ago
Ah! Good point! Let me update the docs to show this. Will do so tonight.
Basically on the users
collection you have to run the following for the user you want to be the admin:
db.users.update( { _id: ObjectId('600c75000307d1df954899e3') }, {role: 'admin' } );
I've got the app deployed successfully, but I can't find a way to set admin role for my account on my instance. Thanks!