mirror of
https://github.com/1f349/orchid.git
synced 2024-11-09 23:02:53 +00:00
20 lines
510 B
JSON
20 lines
510 B
JSON
|
{
|
||
|
"pebble": {
|
||
|
"listenAddress": "0.0.0.0:14000",
|
||
|
"managementListenAddress": "0.0.0.0:15000",
|
||
|
"certificate": "certs/localhost/cert.pem",
|
||
|
"privateKey": "certs/localhost/key.pem",
|
||
|
"httpPort": 5002,
|
||
|
"tlsPort": 5001,
|
||
|
"ocspResponderURL": "",
|
||
|
"externalAccountBindingRequired": false,
|
||
|
"domainBlocklist": [
|
||
|
"blocked-domain.example"
|
||
|
],
|
||
|
"retryAfter": {
|
||
|
"authz": 3,
|
||
|
"order": 5
|
||
|
}
|
||
|
}
|
||
|
}
|