File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,13 @@ mantis {
155
155
# See: https://github.com/input-output-hk/mantis/wiki/Creating-self-signed-certificate-for-using-JSON-RPC-with-HTTPS
156
156
mode = "http"
157
157
158
- # Whether to enable JSON-RPC endpoint
158
+ # Whether to enable JSON-RPC HTTP(S) endpoint
159
159
enabled = true
160
160
161
- # Listening address of JSON-RPC HTTP/HTTPS endpoint
161
+ # Listening address of JSON-RPC HTTP(S) endpoint
162
162
interface = "localhost"
163
163
164
- # Listening port of JSON-RPC HTTP/HTTPS endpoint
164
+ # Listening port of JSON-RPC HTTP(S) endpoint
165
165
port = 8546
166
166
167
167
# Path to the keystore storing the certificates (used only for https)
Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ mantis {
61
61
# See: https://github.com/input-output-hk/mantis/wiki/Creating-self-signed-certificate-for-using-JSON-RPC-with-HTTPS
62
62
mode = "https"
63
63
64
- # Whether to enable JSON-RPC HTTP endpoint
64
+ # Whether to enable JSON-RPC HTTP(S) endpoint
65
65
# enabled = true
66
66
67
- # Listening address of JSON-RPC HTTP/HTTPS endpoint
67
+ # Listening address of JSON-RPC HTTP(S) endpoint
68
68
# interface = "localhost"
69
69
70
- # Listening port of JSON-RPC HTTP/HTTPS endpoint
70
+ # Listening port of JSON-RPC HTTP(S) endpoint
71
71
# port = 8546
72
72
73
73
# Path to the keystore storing the certificates (used only for https)
You can’t perform that action at this time.
0 commit comments