SushiBarBase/SushiBar/SushiBarClientApi/appsettings.json
2024-05-05 14:02:47 +04:00

11 lines
182 B
JSON

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