Task_Tracker_SUBD/TaskTrackerRestAPI/TaskTrackerClientApp/appsettings.json
2023-05-17 10:48:52 +04:00

12 lines
184 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"IPAddress": "http://localhost:5174/"
}