Browse Source

Update api.json

master
yuriy0803 3 years ago committed by GitHub
parent
commit
ebe087ff35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      api.json

6
api.json

@ -24,8 +24,10 @@
"stratum": {
"enabled": true,
"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": {

Loading…
Cancel
Save