You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,7 +106,7 @@ See the MongoDB documentation for details: https://www.mongodb.com/docs/drivers/
108
106
109
107
run().catch(console.error);
110
108
## 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.
112
110
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.
113
111
Prior contacting JourneyApps support, get your SRV string and run the following:
0 commit comments