dotnet-jwt-token-manager/Test/appsettings.json

16 lines
256 B
JSON
Raw Normal View History

2024-12-20 01:50:06 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"JwtTokenManager": {
"TokenEndpoint": "",
"ClientId": "",
"ClientSecret": "",
"Scopes": []
}
}