We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3842456 + a3aac41 commit d49d12fCopy full SHA for d49d12f
articles/cosmos-db/create-graph-nodejs.md
@@ -164,7 +164,7 @@ Here's an example of what your completed *config.js* file should look like:
164
```javascript
165
var config = {}
166
167
-// Note that this must not have HTTPS or the port number
+// Note that this must include the protocol (HTTPS:// for .NET SDK URI or wss:// for Gremlin Endpoint) and the port number
168
config.endpoint = "https://testgraphacct.gremlin.cosmosdb.azure.com:443/";
169
config.primaryKey = "Pams6e7LEUS7LJ2Qk0fjZf3eGo65JdMWHmyn65i52w8ozPX2oxY3iP0yu05t9v1WymAHNcMwPIqNAEv3XDFsEg==";
170
config.database = "graphdb"
0 commit comments