PIbd-23-Nasyrov-A.G.-Flower.../FlowerShopsApp/appsettings.json

12 lines
210 B
JSON
Raw Normal View History

2024-04-20 16:05:30 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-04-21 19:36:41 +04:00
"IPAddress": "http://localhost:5162/",
2024-04-20 16:05:30 +04:00
"Password": "password"
}