From 779a1f015f0f767270a6dcc8a14260a53e3b8731 Mon Sep 17 00:00:00 2001 From: gpBlockchain <32102187+gpBlockchain@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:50:59 +0800 Subject: [PATCH] Update main.yml --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 5f31e73..965d168 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -112,6 +112,7 @@ ckb_rpc_modules: - Subscription - Experiment - Debug + - IntegrationTest # By default RPC only binds to HTTP service, you can bind it to TCP and WebSocket. # tcp_listen_address = "127.0.0.1:18114"