Skip to content

Commit 3a03cf9

Browse files
committed
fix comments
1 parent 78a5614 commit 3a03cf9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/service-connector/how-to-integrate-mongodb-atlas.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,55 +53,55 @@ Reference the connection details and sample code in the following tables, accord
5353

5454
| Default environment variable name | Description | Example value |
5555
| ------------------------------------- | --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
56-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | .NET MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
56+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | .NET MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
5757

5858
#### [Java](#tab/java)
5959

6060
| Default environment variable name | Description | Example value |
6161
| ------------------------------------- | --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
62-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | JDBC MongoDB connection string | `jdbc:mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
62+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | JDBC MongoDB Atlas connection string | `jdbc:mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
6363

6464
#### [Python](#tab/python)
6565

6666
| Default environment variable name | Description | Example value |
6767
| ------------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
68-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Python MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
68+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Python MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
6969

7070
#### [Django](#tab/django)
7171

7272
| Default environment variable name | Description | Example value |
7373
| ------------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
74-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Django MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
74+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Django MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
7575

7676
#### [Go](#tab/go)
7777

7878
| Default environment variable name | Description | Example value |
7979
|-------------------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
80-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Go MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
80+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Go MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
8181

8282
#### [NodeJS](#tab/nodejs)
8383

8484
| Default environment variable name | Description | Example value |
8585
|-------------------------------------|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
86-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | NodeJS MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
86+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | NodeJS MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
8787

8888
#### [PHP](#tab/php)
8989

9090
| Default environment variable name | Description | Example value |
9191
|-----------------------------------|--------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
92-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | PHP native MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
92+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | PHP native MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
9393

9494
#### [Ruby](#tab/ruby)
9595

9696
| Default environment variable name | Description | Example value |
9797
|-----------------------------------|---------------------------------|----------------------------------------------------------------------------------|
98-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Ruby MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
98+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | Ruby MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
9999

100100
#### [Other](#tab/none)
101101

102102
| Default environment variable name | Description | Example value |
103103
|-----------------------------------|---------------------------------|----------------------------------------------------------------------------------|
104-
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | MongoDB connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
104+
| `MONGODBATLAS_CLUSTER_CONNECTIONSTRING` | MongoDB Atlas connection string | `mongodb+srv://myUser:[email protected]/?retryWrites=true&w=majority&appName=Cluster0` |
105105

106106
---
107107

0 commit comments

Comments
 (0)