...

Text file src/github.com/letsencrypt/boulder/test/config-next/notify-mailer.json

Documentation: github.com/letsencrypt/boulder/test/config-next

     1{
     2	"notifyMailer": {
     3		"server": "localhost",
     4		"port": "9380",
     5		"username": "cert-manager@example.com",
     6		"passwordFile": "test/secrets/smtp_password",
     7		"db": {
     8			"dbConnectFile": "test/secrets/mailer_dburl",
     9			"maxOpenConns": 10
    10		}
    11	},
    12	"syslog": {
    13		"stdoutLevel": 7,
    14		"syslogLevel": -1
    15	}
    16}

View as plain text