Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 750b594

Browse files
authored
Removing key
1 parent d11af82 commit 750b594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"AllowedHosts": "*",
88
"CosmosDb": {
9-
"Account": "https://localhost:8081",
10-
"Key": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
9+
"Account": "<Endpoint URI of your Azure Cosmos account>",
10+
"Key": "<PRIMARY KEY of your Azure Cosmos account>",
1111
"DatabaseName": "Tasks",
1212
"ContainerName": "Item"
1313
}

0 commit comments

Comments
 (0)