Merge pull request #7 from joshuafernandes/fix-graphql-var

fix graphql var
pull/8/head
Joshua Fernandes 5 years ago committed by GitHub
commit 566a507e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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}}

Loading…
Cancel
Save