Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SnehaGunda authored Aug 11, 2020
1 parent 7edb265 commit 08db054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A short sample app to demonstrate how to get started with Azure Cosmos DB's SQL API",
"main": "app.js",
"scripts": {
"start": "node app.js"
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 node app.js"
},
"dependencies": {
"@azure/cosmos": "3.5.2"
Expand Down

1 comment on commit 08db054

@SnehaGunda
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@burkeholland please validate that the fix looks right?

It corresponds to this issue: https://github.com/MicrosoftDocs/azure-docs/issues/57861

Please sign in to comment.