Files
stalwart/tests/docker/pebble/pebble-config.json
2026-04-02 19:32:51 +02:00

17 lines
415 B
JSON

{
"pebble": {
"listenAddress": "0.0.0.0:14000",
"managementListenAddress": "0.0.0.0:15000",
"certificate": "/test/certs/localhost/cert.pem",
"privateKey": "/test/certs/localhost/key.pem",
"httpPort": 8898,
"tlsPort": 8899,
"ocspResponderURL": "",
"externalAccountBindingRequired": false,
"domainBlocklist": [],
"retryAfter": {
"authz": 3,
"order": 5
}
}
}