Gismatullin.ISEbd-21.STO.Co.../ServiceStation/ServiceStationExecutorApp/appsettings.json

12 lines
288 B
JSON
Raw Normal View History

2024-04-30 22:22:23 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
// порт -> Свойства/отладка/пользовательский ин./URL адресс
2024-08-21 20:16:16 +04:00
"IPAddress": "http://localhost:5192/"
2024-04-30 22:22:23 +04:00
}