19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Clients": {
|
|
"BaseAddress": "https://localhost:7027"
|
|
},
|
|
"Tokens": {
|
|
"StorageKeys": {
|
|
"AccessToken": "access_token",
|
|
"RefreshToken": "refresh_token"
|
|
}
|
|
}
|
|
}
|