2021-05-21 18:32:25 +00:00
|
|
|
{
|
2021-07-10 02:47:40 +00:00
|
|
|
"SPA": {
|
|
|
|
"BaseUri": "http://localhost:8080"
|
|
|
|
},
|
2021-05-21 18:32:25 +00:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
2021-07-10 02:47:40 +00:00
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
2021-05-21 18:32:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"IdentityServer": {
|
|
|
|
"Key": {
|
|
|
|
"Type": "Development"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|