45 lines
959 B
JSON
45 lines
959 B
JSON
{
|
|
"akamaiPurger": {
|
|
"purgeRetries": 10,
|
|
"purgeRetryBackoff": "50ms",
|
|
"throughput": {
|
|
"queueEntriesPerBatch": 2,
|
|
"purgeBatchInterval": "32ms"
|
|
},
|
|
"baseURL": "http://localhost:6789",
|
|
"clientToken": "its-a-token",
|
|
"clientSecret": "its-a-secret",
|
|
"accessToken": "idk-how-this-is-different-from-client-token-but-okay",
|
|
"v3Network": "staging",
|
|
"tls": {
|
|
"caCertfile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/akamai-purger.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/akamai-purger.boulder/key.pem"
|
|
},
|
|
"grpc": {
|
|
"address": ":9099",
|
|
"maxConnectionAge": "30s",
|
|
"services": {
|
|
"akamai.AkamaiPurger": {
|
|
"clientNames": [
|
|
"ra.boulder"
|
|
]
|
|
},
|
|
"grpc.health.v1.Health": {
|
|
"clientNames": [
|
|
"health-checker.boulder"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": -1
|
|
},
|
|
"openTelemetry": {
|
|
"endpoint": "bjaeger:4317",
|
|
"sampleratio": 1
|
|
}
|
|
}
|