PIbd-22_Isaeva_A.I._FishFac.../FishFactoryClientApp/appsettings.json

11 lines
211 B
JSON
Raw Normal View History

2024-04-17 12:51:33 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-05-12 12:56:51 +04:00
"IPAddress": "http://localhost:5284/"
2024-04-17 12:51:33 +04:00
}