Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 164 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 164 Bytes

test-git-action

db.createUser(
  {
    user: "guguji5",
    pwd: "******",
    roles: [ { role: "dbOwner", db: "stack" }, "readWriteAnyDatabase" ]
  }
)