mirror of
https://github.com/mjl-/mox.git
synced 2025-01-14 17:36:27 +03:00
13 lines
311 B
JSON
13 lines
311 B
JSON
|
{
|
||
|
"pebble": {
|
||
|
"listenAddress": "0.0.0.0:14000",
|
||
|
"managementListenAddress": "0.0.0.0:15000",
|
||
|
"certificate": "/quickstart/tls/acmepebble.pem",
|
||
|
"privateKey": "/quickstart/tls/acmepebble-key.pem",
|
||
|
"httpPort": 80,
|
||
|
"tlsPort": 443,
|
||
|
"ocspResponderURL": "",
|
||
|
"externalAccountBindingRequired": false
|
||
|
}
|
||
|
}
|