...
1{
2 "mailer": {
3 "server": "localhost",
4 "port": "9380",
5 "username": "cert-manager@example.com",
6 "from": "Expiry bot <expiration-mailer@test.org>",
7 "passwordFile": "test/secrets/smtp_password",
8 "db": {
9 "dbConnectFile": "test/secrets/mailer_dburl",
10 "maxOpenConns": 10
11 },
12 "certLimit": 100000,
13 "mailsPerAddressPerDay": 4,
14 "updateChunkSize": 1000,
15 "nagTimes": [
16 "480h",
17 "240h"
18 ],
19 "emailTemplate": "test/config-next/expiration-mailer.gotmpl",
20 "debugAddr": ":8008",
21 "parallelSends": 10,
22 "tls": {
23 "caCertFile": "test/grpc-creds/minica.pem",
24 "certFile": "test/grpc-creds/expiration-mailer.boulder/cert.pem",
25 "keyFile": "test/grpc-creds/expiration-mailer.boulder/key.pem"
26 },
27 "saService": {
28 "dnsAuthority": "consul.service.consul",
29 "srvLookup": {
30 "service": "sa",
31 "domain": "service.consul"
32 },
33 "timeout": "15s",
34 "noWaitForReady": true,
35 "hostOverride": "sa.boulder"
36 },
37 "SMTPTrustedRootFile": "test/mail-test-srv/minica.pem",
38 "frequency": "1h",
39 "features": {
40 "ExpirationMailerUsesJoin": true
41 }
42 },
43 "syslog": {
44 "stdoutlevel": 6,
45 "sysloglevel": -1
46 },
47 "openTelemetry": {
48 "endpoint": "bjaeger:4317",
49 "sampleratio": 1
50 }
51}
View as plain text