Skip to content

Commit e825bfb

Browse files
committed
add clearer text
1 parent 204af5d commit e825bfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/concepts/managed-storage/managed-mongodb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ services:
5151
MONGO_INITDB_DATABASE: mydb
5252
```
5353
54-
**Important:** It's recommended that you **DO NOT** set `MONGO_INITDB_ROOT_USERNAME` and `MONGO_INITDB_ROOT_PASSWORD` config variables when using GCP. This is because GCP Firestore does not create default user accounts when creating MongoDB databases, and setting these credentials may cause connection issues.### Example
54+
**Important:** Do **NOT** set `MONGO_INITDB_ROOT_USERNAME` and `MONGO_INITDB_ROOT_PASSWORD` config variables when using GCP. GCP Firestore handles authentication automatically, and your services will have seamless access to the database without requiring explicit credentials.
55+
56+
### Example
5557

5658
```yaml
5759
services:

0 commit comments

Comments
 (0)