-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
32 lines (32 loc) · 947 Bytes
/
appsettings.json
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
29
30
31
32
{
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"Domain": "christopherdturnipseedgmail.onmicrosoft.com",
"TenantId": "aed5bdcf-dcdd-477f-8fd9-4b4ec5c984b5",
"ClientId": "ffa92e64-9cf2-4975-80bd-bc0c9bbe4c8e",
"CallbackPath": "/signin-oidc"
},
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=sqlserver;Database=Weekly_WeatherSQL;User Id=sa;Password=HyejinKim<3;TrustServerCertificate=True;",
"Weekly_WeatherContextConnection": "Server=(localdb)\\mssqllocaldb;Database=Weekly Weather;Trusted_Connection=True;MultipleActiveResultSets=true"
},
/*
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://+:443",
"Certificate": {
"Path": "/https/aspnetapp.pfx",
"Password": "hyejin"
}
}
}
}*/
}