From ba6f32b0d420e89028ebf92351007970152a2354 Mon Sep 17 00:00:00 2001 From: RainSun Date: Sat, 22 May 2021 17:48:23 +0800 Subject: [PATCH] update --- Miscellaneous/mongoDB.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Miscellaneous/mongoDB.md b/Miscellaneous/mongoDB.md index b8aa360..a6d901d 100644 --- a/Miscellaneous/mongoDB.md +++ b/Miscellaneous/mongoDB.md @@ -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(