PIbd23_Ivanova_Yakobchuk_Co.../LawCompany/LawCompanyExecutorApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

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