Skip to content

Commit

Permalink
feat: add rpc and auth rpc configs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 26, 2024
1 parent 285adb4 commit 873e436
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions templates/cdk-erigon/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,26 @@ torrent.staticpeers: ""
torrent.conns.perfile: 10


# ==============================================================================
# ____ ____ ____
# | _ \| _ \ / ___|
# | |_) | |_) | |
# | _ <| __/| |___
# |_| \_\_| \____|
#
# ==============================================================================
# Disable the IPC RPC server.
# Default: false
ipcdisable: false

# The filename for IPC socket/pipe within the datadir (explicit paths escape it).
# ipcpath:

# Enable the graphql endpoint.
# Default: false
graphql: false


# ==============================================================================
# _ _ _____ _____ ____ ____ ____ ____
# | | | |_ _|_ _| _ \ | _ \| _ \ / ___|
Expand Down Expand Up @@ -460,6 +480,30 @@ ws.rpcprefix: ""
ws.compression: false


# ==============================================================================
# _ _ _ _____ _ _ ____ ____ ____
# / \ | | | |_ _| | | | | _ \| _ \ / ___|
# / _ \| | | | | | | |_| | | |_) | |_) | |
# / ___ \ |_| | | | | _ | | _ <| __/| |___
# /_/ \_\___/ |_| |_| |_| |_| \_\_| \____|
#
# ------------------------------------------------------------------------------
# The listening interface of the engine API.
# Default: localhost
#authrpc.addr: "0.0.0.0"

# The listening port of the engine API.
#authrpc.port: 8551

# The path to the token that ensures safe connection between CL and EL.
# Default: ""
# authrpc.jwtsecret: ""

# A comma separated list of virtual hostnames from which to accept Engine API requests (server enforced).
# Accepts '*' wildcard.
#authrpc.vhosts: "*"


# ==============================================================================
# __ __ _____ _____ ____ ___ ____ ____
# | \/ | ____|_ _| _ \|_ _/ ___/ ___|
Expand Down

0 comments on commit 873e436

Please sign in to comment.