mirror of https://github.com/breard-r/acmed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
297 B
11 lines
297 B
{
|
|
"pebble": {
|
|
"listenAddress": "127.0.0.1:14000",
|
|
"managementListenAddress": "127.0.0.1:15000",
|
|
"certificate": "{{TEST_DIR}}/assets/pebble-cert.pem",
|
|
"privateKey": "{{TEST_DIR}}/assets/pebble-key.pem",
|
|
"httpPort": 5002,
|
|
"tlsPort": 5001,
|
|
"externalAccountBindingRequired": false
|
|
}
|
|
}
|