Files
VDR/VirtualDDNSRouter.Server/appsettings.json
2025-08-19 21:14:03 +03:30

10 lines
142 B
JSON

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