19 lines
299 B
JSON
Executable File
19 lines
299 B
JSON
Executable File
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AuthIssuer": "https://localhost:5001",
|
|
"Kestrel": {
|
|
"Endpoints":
|
|
{
|
|
"Https": {
|
|
"Url": "https://localhost:5003"
|
|
}
|
|
}
|
|
}
|
|
}
|