1
0
tinklu-paslaugos/Lab2-grpc/ChatRoom/appsettings.json
2024-10-17 22:55:51 +03:00

12 lines
243 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore.Hosting.Diagnostics": "Warning"
}
},
"AllowedHosts": "*"
}