-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
28 lines (26 loc) · 798 Bytes
/
appsettings.json
File metadata and controls
28 lines (26 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"ConnectionStrings": {
"DefaultConnection": "Server=.;Database=MyProduct;Trusted_Connection=True"
},
"CosmosSettings": {
"DatabaseName": "MyRestApiDb",
"AccountUri": "https://localhost:8081",
"AccountKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw=="
},
"JwtSettings": {
"Secret": "Cgv30VRDJIWEHLM+4QDU5qobD4b8mGGy"
},
"SwaggerOptions": {
"JsonRoute": "/swagger/{documentName}/swagger.json",
"Description": "ASP.NET Core WebAPI JWT Authentication Example",
"UIEndPoint": "v1/swagger.json"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}