github.com/letsencrypt/boulder@v0.20251208.0/test/config/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  					]
    12  				},
    13  				"grpc.health.v1.Health": {
    14  					"clientNames": [
    15  						"health-checker.boulder"
    16  					]
    17  				}
    18  			}
    19  		},
    20  		"tls": {
    21  			"caCertFile": "test/certs/ipki/minica.pem",
    22  			"certFile": "test/certs/ipki/email-exporter.boulder/cert.pem",
    23  			"keyFile": "test/certs/ipki/email-exporter.boulder/key.pem"
    24  		},
    25  		"perDayLimit": 999999,
    26  		"maxConcurrentRequests": 5,
    27  		"pardotBusinessUnit": "test-business-unit",
    28  		"clientId": {
    29  			"passwordFile": "test/secrets/salesforce_client_id"
    30  		},
    31  		"clientSecret": {
    32  			"passwordFile": "test/secrets/salesforce_client_secret"
    33  		},
    34  		"salesforceBaseURL": "http://localhost:9601",
    35  		"pardotBaseURL": "http://localhost:9602"
    36  	},
    37  	"syslog": {
    38  		"stdoutlevel": 6,
    39  		"sysloglevel": -1
    40  	}
    41  }