11 lines
183 B
JSON
Raw Normal View History

2024-04-07 15:13:57 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-04-07 19:43:03 +04:00
"IPAddress": "http://localhost:5129/"
2024-04-07 15:13:57 +04:00
}