|
|
|
@ -25,6 +25,7 @@ |
|
|
|
"enabled": true, |
|
|
|
"enabled": true, |
|
|
|
"listen": "0.0.0.0:8008", |
|
|
|
"listen": "0.0.0.0:8008", |
|
|
|
"maxConn": 8192, |
|
|
|
"maxConn": 8192, |
|
|
|
|
|
|
|
"timeout": "120s", |
|
|
|
"tls": false, |
|
|
|
"tls": false, |
|
|
|
"certFile": "/path/to/cert.pem", |
|
|
|
"certFile": "/path/to/cert.pem", |
|
|
|
"keyFile": "/path/to/key.pem" |
|
|
|
"keyFile": "/path/to/key.pem" |
|
|
|
|