Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing key
  • Loading branch information
SnehaGunda committed Feb 27, 2020
1 parent d11af82 commit 750b594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appsettings.json
Expand Up @@ -6,8 +6,8 @@
},
"AllowedHosts": "*",
"CosmosDb": {
"Account": "https://localhost:8081",
"Key": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
"Account": "<Endpoint URI of your Azure Cosmos account>",
"Key": "<PRIMARY KEY of your Azure Cosmos account>",
"DatabaseName": "Tasks",
"ContainerName": "Item"
}
Expand Down

0 comments on commit 750b594

Please sign in to comment.