21 lines
521 B
JSON
21 lines
521 B
JSON
{
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "atesacr.com",
|
|
"ClientId": "f71d54ee-45c6-4a9f-b31b-35ac469504e8",
|
|
"TenantId": "ea91ca3b-96d0-4a0a-8e68-e99a3c95054d",
|
|
"CallbackPath": "/signin-oidc"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Url": "https://localhost:7131/api/",
|
|
"AllowedHosts": "*",
|
|
"PaginationDefaultConfig": {
|
|
"NumeroDePagina": 1,
|
|
"RegistrosPorPagina": 5
|
|
}
|
|
}
|