somewhat functional config
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
parent
2ade911283
commit
0428682b66
7 changed files with 68 additions and 4 deletions
22
pebble-config.json
Normal file
22
pebble-config.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"pebble": {
|
||||
"listenAddress": "0.0.0.0:14000",
|
||||
"managementListenAddress": "0.0.0.0:15000",
|
||||
"certificate": "pebble/test/certs/localhost/cert.pem",
|
||||
"privateKey": "pebble/test/certs/localhost/key.pem",
|
||||
"httpPort": 5002,
|
||||
"tlsPort": 5001,
|
||||
"ocspResponderURL": "",
|
||||
"externalAccountBindingRequired": false,
|
||||
"retryAfter": {
|
||||
"authz": 3,
|
||||
"order": 5
|
||||
},
|
||||
"profiles": {
|
||||
"default": {
|
||||
"description": "The profile you know and love",
|
||||
"validityPeriod": 7776000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue