update
This commit is contained in:
parent
8724ccdfad
commit
ba6f32b0d4
@ -74,6 +74,20 @@ db.createUser(
|
||||
roles: [ { role: "dbOwner", db: "web" }]
|
||||
}
|
||||
)
|
||||
db.createUser(
|
||||
{
|
||||
user: "ningtea",
|
||||
pwd: "ningtea",
|
||||
roles: [ { role: "dbOwner", db: "ningtea" }]
|
||||
}
|
||||
)
|
||||
db.createUser(
|
||||
{
|
||||
user: "card_order",
|
||||
pwd: "mE2dD2tL0dP0",
|
||||
roles: [ { role: "dbOwner", db: "card_order" }]
|
||||
}
|
||||
)
|
||||
db.dropUser("goldbird")
|
||||
```
|
||||
|
||||
@ -120,7 +134,7 @@ db.auth("ccb", "srVgEGwTf4")
|
||||
db.auth("test", "srVgEGwTf4")
|
||||
db.auth("yg", "zV1pL8sP4nQ1")
|
||||
|
||||
// lacus
|
||||
// lacus 39.96.28.83
|
||||
db.auth("admin", "dY1oU0wM6yW9")
|
||||
db.auth("ccb", "wL2wG2aD6aI1")
|
||||
db.auth("yg", "zV1pL8sP4nQ1")
|
||||
@ -134,6 +148,8 @@ db.auth("teaweb", "srVgEGwTf4")
|
||||
db.auth("curl", "jV9cL0eW6mX4")
|
||||
db.auth("web", "xA5uU1eZ6fV1")
|
||||
db.auth("neko", "lO1wV2gT0eJ0")
|
||||
db.auth("rocketchat", "vY8aN4zQ8kN3")
|
||||
db.auth("card_order", "mE2dD2tL0dP0")
|
||||
|
||||
// pve
|
||||
db.createUser(
|
||||
|
Loading…
x
Reference in New Issue
Block a user