Files
AobaV2/AobaServer/appsettings.json
Amatsugu ffe1e5ce3a viewer improvements
updates to config
thumbnail size increase
2025-05-27 21:58:30 -04:00

11 lines
152 B
JSON

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