...
1{
2 "akamaiPurger": {
3 "debugAddr": ":9666",
4 "purgeRetries": 10,
5 "purgeRetryBackoff": "50ms",
6 "throughput": {
7 "queueEntriesPerBatch": 2,
8 "purgeBatchInterval": "32ms"
9 },
10 "baseURL": "http://localhost:6789",
11 "clientToken": "its-a-token",
12 "clientSecret": "its-a-secret",
13 "accessToken": "idk-how-this-is-different-from-client-token-but-okay",
14 "v3Network": "staging",
15 "tls": {
16 "caCertfile": "test/grpc-creds/minica.pem",
17 "certFile": "test/grpc-creds/akamai-purger.boulder/cert.pem",
18 "keyFile": "test/grpc-creds/akamai-purger.boulder/key.pem"
19 },
20 "grpc": {
21 "address": ":9099",
22 "maxConnectionAge": "30s",
23 "services": {
24 "akamai.AkamaiPurger": {
25 "clientNames": [
26 "ra.boulder"
27 ]
28 },
29 "grpc.health.v1.Health": {
30 "clientNames": [
31 "health-checker.boulder"
32 ]
33 }
34 }
35 }
36 },
37 "syslog": {
38 "stdoutlevel": 6,
39 "sysloglevel": -1
40 },
41 "openTelemetry": {
42 "endpoint": "bjaeger:4317",
43 "sampleratio": 1
44 }
45}
View as plain text