We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d34aa commit 7afb763Copy full SHA for 7afb763
1 file changed
config.example.toml
@@ -148,6 +148,13 @@ url = "http://0xa119589bb33ef52acbb8116832bec2b58fca590fe5c85eac5d3230b44d5bc09f
148
# Docker image to use for the Signer module.
149
# OPTIONAL, DEFAULT: ghcr.io/commit-boost/signer:latest
150
# 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
+
158
# For Remote signer:
159
# [signer.remote]
160
# URL of the Web3Signer instance
0 commit comments