Harrison Deng
3d3c43b944
Implemented logging in and logging out. Implemented authenticated http client. Laid some groundwork for SCSS.
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"SPA": {
|
|
"BaseUri": "http://localhost:8080"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"IdentityServer": {
|
|
"Key": {
|
|
"Type": "Development"
|
|
}
|
|
}
|
|
}
|