21 lines
698 B
JSON
21 lines
698 B
JSON
{
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "ByoPC.onmicrosoft.com",
|
|
"TenantId": "66c8d79d-dbbb-46ca-9b6d-3b942f463abe",
|
|
"ClientId": "54b010c7-4a9a-4f2d-bea3-9faba3f12495",
|
|
"CallbackPath": "/authentication/login-callback",
|
|
"SignedOutCallbackPath": "/authentication/logout-callback"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=tcp:filtercair-sql.database.windows.net,1433;Initial Catalog=FilterCairDB;User ID=sqladmin;Password=SuperSicher123!;Encrypt=True;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|