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

  1. {
  2. "pebble": {
  3. "listenAddress": "127.0.0.1:14000",
  4. "managementListenAddress": "127.0.0.1:15000",
  5. "certificate": "{{TEST_DIR}}/assets/pebble-cert.pem",
  6. "privateKey": "{{TEST_DIR}}/assets/pebble-key.pem",
  7. "httpPort": 5002,
  8. "tlsPort": 5001,
  9. "externalAccountBindingRequired": false
  10. }
  11. }