github.com/letsencrypt/boulder@v0.20251208.0/test/config-next/email-exporter.json (about) 1 { 2 "emailExporter": { 3 "debugAddr": ":8114", 4 "grpc": { 5 "maxConnectionAge": "30s", 6 "address": ":9603", 7 "services": { 8 "email.Exporter": { 9 "clientNames": [ 10 "wfe.boulder", 11 "sfe.boulder" 12 ] 13 }, 14 "grpc.health.v1.Health": { 15 "clientNames": [ 16 "health-checker.boulder" 17 ] 18 } 19 } 20 }, 21 "tls": { 22 "caCertFile": "test/certs/ipki/minica.pem", 23 "certFile": "test/certs/ipki/email-exporter.boulder/cert.pem", 24 "keyFile": "test/certs/ipki/email-exporter.boulder/key.pem" 25 }, 26 "perDayLimit": 999999, 27 "maxConcurrentRequests": 5, 28 "pardotBusinessUnit": "test-business-unit", 29 "clientId": { 30 "passwordFile": "test/secrets/salesforce_client_id" 31 }, 32 "clientSecret": { 33 "passwordFile": "test/secrets/salesforce_client_secret" 34 }, 35 "salesforceBaseURL": "http://localhost:9601", 36 "pardotBaseURL": "http://localhost:9602", 37 "emailCacheSize": 100000 38 }, 39 "syslog": { 40 "stdoutlevel": 6, 41 "sysloglevel": -1 42 } 43 }