...
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 "nagTimes": [
14 "480h",
15 "240h"
16 ],
17 "emailTemplate": "test/config/expiration-mailer.gotmpl",
18 "debugAddr": ":8008",
19 "tls": {
20 "caCertFile": "test/grpc-creds/minica.pem",
21 "certFile": "test/grpc-creds/expiration-mailer.boulder/cert.pem",
22 "keyFile": "test/grpc-creds/expiration-mailer.boulder/key.pem"
23 },
24 "saService": {
25 "serverAddress": "sa.service.consul:9095",
26 "timeout": "15s",
27 "hostOverride": "sa.boulder"
28 },
29 "SMTPTrustedRootFile": "test/mail-test-srv/minica.pem",
30 "frequency": "1h"
31 },
32 "syslog": {
33 "stdoutlevel": 6,
34 "sysloglevel": 6
35 }
36}
View as plain text