Files
CaddyManager/CaddyManager/appsettings.Development.json

12 lines
171 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Caddy": {
"ConfigDir": "./caddy/config"
}
}