Skip to content

Commit 0d56e6d

Browse files
author
Łukasz Gąsior
committed
Update config
1 parent dfbc9ab commit 0d56e6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/main/resources/application.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ mantis {
155155
# See: https://github.com/input-output-hk/mantis/wiki/Creating-self-signed-certificate-for-using-JSON-RPC-with-HTTPS
156156
mode = "http"
157157

158-
# Whether to enable JSON-RPC endpoint
158+
# Whether to enable JSON-RPC HTTP(S) endpoint
159159
enabled = true
160160

161-
# Listening address of JSON-RPC HTTP/HTTPS endpoint
161+
# Listening address of JSON-RPC HTTP(S) endpoint
162162
interface = "localhost"
163163

164-
# Listening port of JSON-RPC HTTP/HTTPS endpoint
164+
# Listening port of JSON-RPC HTTP(S) endpoint
165165
port = 8546
166166

167167
# Path to the keystore storing the certificates (used only for https)

src/universal/conf/network.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ mantis {
6161
# See: https://github.com/input-output-hk/mantis/wiki/Creating-self-signed-certificate-for-using-JSON-RPC-with-HTTPS
6262
mode = "https"
6363

64-
# Whether to enable JSON-RPC HTTP endpoint
64+
# Whether to enable JSON-RPC HTTP(S) endpoint
6565
# enabled = true
6666

67-
# Listening address of JSON-RPC HTTP/HTTPS endpoint
67+
# Listening address of JSON-RPC HTTP(S) endpoint
6868
# interface = "localhost"
6969

70-
# Listening port of JSON-RPC HTTP/HTTPS endpoint
70+
# Listening port of JSON-RPC HTTP(S) endpoint
7171
# port = 8546
7272

7373
# Path to the keystore storing the certificates (used only for https)

0 commit comments

Comments
 (0)