mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
6ac9a82279
- Updated cypress - Ground work for testing DNS certs in CI
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"pebble": {
|
|
"listenAddress": "0.0.0.0:443",
|
|
"managementListenAddress": "0.0.0.0:15000",
|
|
"certificate": "test/certs/localhost/cert.pem",
|
|
"privateKey": "test/certs/localhost/key.pem",
|
|
"httpPort": 80,
|
|
"tlsPort": 443,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false
|
|
}
|
|
}
|