CourseWork_BankYouBankrupt/BankYouBankrupt/BankYouBankruptClientApp/appsettings.json

11 lines
183 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-05-16 20:05:59 +04:00
"AllowedHosts": "*",
"IPAddress": "http://localhost:5179/"
}