mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 23:14:42 +03:00
merge docker-compose-based quickstart and integration tests into a single integration test
the two were so similar it made sense to just have one that tests all. saves building docker images.
This commit is contained in:
12
testdata/integration/pebble-config.json
vendored
Normal file
12
testdata/integration/pebble-config.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"pebble": {
|
||||
"listenAddress": "0.0.0.0:14000",
|
||||
"managementListenAddress": "0.0.0.0:15000",
|
||||
"certificate": "/integration/tls/acmepebble.pem",
|
||||
"privateKey": "/integration/tls/acmepebble-key.pem",
|
||||
"httpPort": 80,
|
||||
"tlsPort": 443,
|
||||
"ocspResponderURL": "",
|
||||
"externalAccountBindingRequired": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user