You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,12 @@ Run `mongosh`
43
43
mongosh
44
44
```
45
45
46
-
Set `ADMIN_USERNAME` and `ADMIN_PASSWORD`, and type the following lines in the `mongosh` terminal. Note that the password must contains only the lowercase or uppercase characters or numbers.
46
+
Set `ADMIN_USERNAME` and `ADMIN_PASSWORD`, and type the following lines in the `mongosh` terminal. Note that the password must contain only lowercase or uppercase characters or numbers.
47
47
```
48
48
use admin
49
+
```
50
+
51
+
```
49
52
db.createUser({
50
53
user: "MONGODB_ADMIN_USERNAME",
51
54
pwd: "MONGODB_ADMIN_PASSWORD",
@@ -54,9 +57,12 @@ db.createUser({
54
57
```
55
58
This account can be used later to connect to MongoDB using MongoDB Compass.
56
59
57
-
Set `FIDESINNOVA_DB_USERNAME` and `FIDESINNOVA_DB_PASSWORD`, and type the following lines in the `mongosh` terminal. Note that the password must contains only the lowercase or uppercase characters or numbers.
60
+
Set `FIDESINNOVA_DB_USERNAME` and `FIDESINNOVA_DB_PASSWORD`, and type the following lines in the `mongosh` terminal. Note that the password must contain only lowercase or uppercase characters or numbers.
0 commit comments