yuriy0803 3 years ago
parent
commit
ea719b401e
  1. 6
      api.json

6
api.json

@ -24,8 +24,10 @@
"stratum": { "stratum": {
"enabled": true, "enabled": true,
"listen": "0.0.0.0:8008", "listen": "0.0.0.0:8008",
"timeout": "120s", "maxConn": 8192,
"maxConn": 8192 "tls": false,
"certFile": "/path/to/cert.pem",
"keyFile": "/path/to/key.pem"
}, },
"policy": { "policy": {

Loading…
Cancel
Save