2024-04-06 13:46:34 +02:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-04-06 16:38:26 +02:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Kestrel": {
|
|
|
|
"Endpoints": {
|
|
|
|
"Http": {
|
|
|
|
"Url": "http://localhost:3000"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-04-06 13:46:34 +02:00
|
|
|
}
|