Untitled

Anonymous
plain_text
02/15/2023 9:03 AM
260 B
10
Indexable
db.createUser(
    {
        user: "admin",
        pwd: "admin",
        roles: [
            {
                role: "readWrite",
                db: "offers"
            }
        ]
    }
)
Editor is loading...