Skip to content

Commit

Permalink
fixed external url param (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colonizator1 authored Jan 13, 2025
1 parent 5b67015 commit 48b15c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ If the response is `2xx`, KMS signs the transaction. Otherwise, the transaction
To enable the four-eye-principle:
1. Set up an application server that will hold the list of valid transactions to sign.
1. Add the `external-url` parameter to KMS and set it to your application server:
1. Add the `externalUrl` parameter to KMS and set it to your application server:
```
tatum-kms daemon --external-url=http://192.168.57.63
tatum-kms daemon --externalUrl=http://192.168.57.63
```
## Run KMS in daemon mode
Expand Down

0 comments on commit 48b15c8

Please sign in to comment.