24 lines
395 B
JSON
Executable file
24 lines
395 B
JSON
Executable file
{
|
|
"Authencication": {
|
|
"Issuer": "https://localhost:5001",
|
|
"Client": {
|
|
"Id": "mvc",
|
|
"Secret": "lame-secret"
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints":
|
|
{
|
|
"Https": {
|
|
"Url": "https://localhost:5003"
|
|
}
|
|
}
|
|
}
|
|
}
|