mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-08-20 08:01:10 +00:00
17 lines
415 B
JSON
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
|
|
}
|
|
}
|
|
} |