Skip to content

Commit 70e6967

Browse files
readme fix
1 parent 06e206d commit 70e6967

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ but adapted to expose raw Sockets, instead of just http/https requests.
2525
* Additional TLS options for the host may be set here, for example:
2626
* rejectUnauthorized: false, // Disable TLS checks completely (dangerous)
2727
* ca: fs.readFileSync('my-ca-cert.pem') // Use a custom CA cert
28-
*/
29-
30-
/**
28+
*
3129
* Documentation of the available options is available here:
3230
* https://nodejs.org/api/tls.html#tls_new_tls_tlssocket_socket_options
3331
* https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options
@@ -108,7 +106,7 @@ See the MongoDB documentation for details: https://www.mongodb.com/docs/drivers/
108106

109107
run().catch(console.error);
110108
## JourneyApps MongoDB Token
111-
Using the Mongo Atlas usually means the connection is a SRV string. Under the hood Mongo driver converts this to a standard connection string.
109+
Using Mongo Atlas usually means the connection is a SRV string. Under the hood Mongo driver converts this to a standard connection string.
112110
When the driver opens socket connections it will have one for each replica set member. These connections will need to be allowed by the CloudCode egress proxy to work.
113111
Prior contacting JourneyApps support, get your SRV string and run the following:
114112
```bash

0 commit comments

Comments
 (0)