Skip to content

Commit cc13a6f

Browse files
committed
Fixed some example config parameters
1 parent ccaf97d commit cc13a6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.example.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ host = "127.0.0.1"
156156
port = 20000
157157
# Number of JWT authentication attempts a client can fail before blocking that client temporarily from Signer access
158158
# OPTIONAL, DEFAULT: 3
159-
jwt_auth_fail_limit: 3
159+
jwt_auth_fail_limit = 3
160160
# How long to block a client from Signer access, in seconds, if it failed JWT authentication too many times
161161
# OPTIONAL, DEFAULT: 300
162-
jwt_auth_fail_timeout_seconds: 300
162+
jwt_auth_fail_timeout_seconds = 300
163163

164164
# For Remote signer:
165165
# [signer.remote]

0 commit comments

Comments
 (0)