mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
28 lines
749 B
Diff
28 lines
749 B
Diff
diff --git a/test/config/expiration-mailer.json b/test/config/expiration-mailer.json
|
|
index 444beae43..e9bd228ef 100644
|
|
--- a/test/config/expiration-mailer.json
|
|
+++ b/test/config/expiration-mailer.json
|
|
@@ -11,6 +12,11 @@
|
|
"nagCheckInterval": "24h",
|
|
"emailTemplate": "test/example-expiration-template",
|
|
"debugAddr": ":8008",
|
|
+ "dnsTries": 3,
|
|
+ "dnsResolvers": [
|
|
+ "127.0.0.1:8053",
|
|
+ "127.0.0.1:8054"
|
|
+ ],
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/expiration-mailer.boulder/cert.pem",
|
|
@@ -27,5 +33,10 @@
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
+ },
|
|
+
|
|
+ "common": {
|
|
+ "dnsTimeout": "3s",
|
|
+ "dnsAllowLoopbackAddresses": true
|
|
}
|
|
}
|