CourseWork_Bank/Bank/BankClientApp/appsettings.json
2024-05-01 03:59:19 +04:00

12 lines
184 B
JSON

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