{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Configuration": { "Production": "https://acme-v02.api.letsencrypt.org/directory", "Staging": "https://acme-staging-v02.api.letsencrypt.org/directory", "CacheFolder": "/cache", "AcmeFolder": "/acme", "Agent": { "AgentHostname": "", "AgentPort": 9000, "AgentKey": "", "ServiceToReload": "haproxy" } } }