ReviewProxy/appsettings.json
2025-02-23 15:10:13 +09:00

11 lines
169 B
JSON

{
"Urls": "http://*:5000",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}