Skip to content

Commit 55966af

Browse files
authored
Update README.md
1 parent 1b295b0 commit 55966af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ Run `mongosh`
4343
mongosh
4444
```
4545

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.
4747
```
4848
use admin
49+
```
50+
51+
```
4952
db.createUser({
5053
user: "MONGODB_ADMIN_USERNAME",
5154
pwd: "MONGODB_ADMIN_PASSWORD",
@@ -54,9 +57,12 @@ db.createUser({
5457
```
5558
This account can be used later to connect to MongoDB using MongoDB Compass.
5659

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.
5861
```
5962
use fidesinnova
63+
```
64+
65+
```
6066
db.createUser({
6167
user: "FIDESINNOVA_DB_USERNAME",
6268
pwd: "FIDESINNOVA_DB_PASSWORD",

0 commit comments

Comments
 (0)