Skip to content

Commit 7afb763

Browse files
committed
Added example signer config params
1 parent 40d34aa commit 7afb763

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config.example.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ url = "http://0xa119589bb33ef52acbb8116832bec2b58fca590fe5c85eac5d3230b44d5bc09f
148148
# Docker image to use for the Signer module.
149149
# OPTIONAL, DEFAULT: ghcr.io/commit-boost/signer:latest
150150
# docker_image = "ghcr.io/commit-boost/signer:latest"
151+
# Host to bind the Signer API server to
152+
# OPTIONAL, DEFAULT: 127.0.0.1
153+
host = "127.0.0.1"
154+
# Port to listen for Signer API calls on
155+
# OPTIONAL, DEFAULT: 20000
156+
port = 20000
157+
151158
# For Remote signer:
152159
# [signer.remote]
153160
# URL of the Web3Signer instance

0 commit comments

Comments
 (0)