From d4f208fe1edc593bb088b39c5115c056cc67e7a7 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Wed, 2 Oct 2019 19:31:44 +0900 Subject: [PATCH] Enable IPC in production build --- codechain/config/presets/config.prod.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codechain/config/presets/config.prod.toml b/codechain/config/presets/config.prod.toml index cccebbf7b9..b67e2746bb 100644 --- a/codechain/config/presets/config.prod.toml +++ b/codechain/config/presets/config.prod.toml @@ -40,7 +40,7 @@ interface = "127.0.0.1" port = 8080 [ipc] -disable = true +disable = false path = "/tmp/jsonrpc.ipc" [ws]