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:55:10 +01:00
parent b0ecd6d9da
commit 8599494a48
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ 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
# 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