mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
f9e261e0fb
the two were so similar it made sense to just have one that tests all. saves building docker images.
12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"pebble": {
|
|
"listenAddress": "0.0.0.0:14000",
|
|
"managementListenAddress": "0.0.0.0:15000",
|
|
"certificate": "/integration/tls/acmepebble.pem",
|
|
"privateKey": "/integration/tls/acmepebble-key.pem",
|
|
"httpPort": 80,
|
|
"tlsPort": 443,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false
|
|
}
|
|
}
|