Skip to content

Commit 1dd051b

Browse files
committed
Clarify finding MongoDB URI from UI
1 parent 4ec2b17 commit 1dd051b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/content/3/en/part3c.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,14 @@ Next, we have to define the IP addresses that are allowed access to the database
9999

100100
Note: In case the modal menu is different for you, according to MongoDB documentation, adding 0.0.0.0 as an IP allows access from anywhere as well.
101101

102-
Finally, we are ready to connect to our database. Start by clicking <i>connect</i>:
102+
Finally, we are ready to connect to our database. To do this, we need the database connection string, which can be found by first clicking <i>connect</i> and then choosing <i>Connect to your application</i>:
103103

104104
![mongodb database deployment connect](../../images/3/mongo5.png)
105105

106-
and choose: <i>Connect to your application</i>:
106+
The view displays the <i>MongoDB URI</i>, which is the address of the database that we will supply to the MongoDB client library we will add to our application:
107107

108108
![mongodb connect application](../../images/3/mongo6.png)
109109

110-
The view displays the <i>MongoDB URI</i>, which is the address of the database that we will supply to the MongoDB client library we will add to our application.
111-
112110
The address looks like this:
113111

114112
```js

src/content/3/fi/osa3c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Seuraavaksi tulee määritellä ne IP-osoitteet, joista tietokantaan pääsee k
9797

9898
![Valitaan Network access ‑välilehdeltä 'Allow access from anywhere'](../../images/3/mongo4.png)
9999

100-
Lopulta ollaan valmiina ottamaan tietokantayhteys. Valitaan <i>connect</i> ja sen jälkeisestä näkymästä <i>connect your application</i>:
100+
Lopulta ollaan valmiina ottamaan tietokantayhteys. Yhteyden muodostamiseksi tarvitsemme tietokannan yhteysosoitteen, joka löytyy esimerkiksi valitsemalla <i>connect</i> ja sen jälkeisestä näkymästä <i>connect your application</i>:
101101

102102
![Valitaan Databases-välilehdeltä 'Connect'](../../images/3/mongo5.png)
103103

0 commit comments

Comments
 (0)