Skip to content

Commit c24b6f7

Browse files
committed
Enable IPC in production build
1 parent 99baf51 commit c24b6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codechain/config/presets/config.prod.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface = "127.0.0.1"
4040
port = 8080
4141

4242
[ipc]
43-
disable = true
43+
disable = false
4444
path = "/tmp/jsonrpc.ipc"
4545

4646
[ws]

0 commit comments

Comments
 (0)