Skip to content

Commit

Permalink
R4R: fix jwt secret key config issue (#1226)
Browse files Browse the repository at this point in the history
# Goals of PR

Core changes:

- fix issue about read jwt secret key failure in config

Notes:

- Write notes here

Related Issues:

- #1225
  • Loading branch information
wukongcheng committed Jul 2, 2023
2 parents fc405de + 93fa77f commit d8e5c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ops/config/tss-manager-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ miss_signed_number = 5

ws_addr = "tcp://0.0.0.0:8081"
http_addr = ":8080"
jwt_secret = ""
db_dir = "/root/tss-manager/db"

keygen_timeout = "1m"
Expand Down
1 change: 1 addition & 0 deletions ops/config/tss-node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ pre_param_timeout = "5m0s"
# set it to environment with the prefix 'TSS', export TSS_KEY_PRIVATE_KEY="981a3e...."
# or it is recommended to store the private key into keyring, you can checkout with 'tssnode keys -h'.
private_key = ""
jwt_secret = ""
gas_limit_scaler = 2

0 comments on commit d8e5c59

Please sign in to comment.