From 519256923c96c4bb378814d091aeec9ca5ac7da5 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Thu, 12 Dec 2019 11:36:17 +1000 Subject: [PATCH] fix graphql var --- templates/config.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.toml.j2 b/templates/config.toml.j2 index b329ff9..2392fce 100644 --- a/templates/config.toml.j2 +++ b/templates/config.toml.j2 @@ -32,7 +32,7 @@ rpc-ws-port={{besu_rpc_ws_port}} {% endif %} # graphql -{% if besu_rpc_graphql_enabled|bool == True %} +{% if besu_graphql_http_enabled|bool == True %} graphql-http-enabled={{besu_graphql_http_enabled}} graphql-http-host="{{besu_graphql_http_host}}" graphql-http-port={{besu_graphql_http_port}}