disable JSON-RPC API port by default

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-22 18:46:19 +01:00
parent 15446b6199
commit eb618e976f
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 3 deletions

View File

@ -58,9 +58,8 @@ beacon_node_metrics_enabled: true
beacon_node_metrics_address: '0.0.0.0'
beacon_node_metrics_port: 9200
# The JSON-RPC service is disabled because this is a legacy
# functionality that will be removed from Nimbus eventually
beacon_node_rpc_enabled: true
# The JSON-RPC is deprecated and will be removed soon.
beacon_node_rpc_enabled: false
beacon_node_rpc_address: '127.0.0.1'
beacon_node_rpc_port: 9900