Skip to content

Commit

Permalink
Merge pull request #476 from bandprotocol/extra/rest-fix-bothan-config
Browse files Browse the repository at this point in the history
[Fix] fix bothan config
  • Loading branch information
RogerKSI authored Nov 19, 2024
2 parents 24af0fa + 7966fb5 commit 6faf04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-config/bothan-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ endpoint = "https://gateway.pinata.cloud"
authentication = "None"

[store]
path = "$HOME/.bothan/data"
path = "/root/.bothan/data"

[monitoring]
endpoint = "https://bothan-monitoring.bandchain.org"
path = "$HOME/.bothan/keyring/broadcaster.info"
path = "/root/.bothan/keyring/broadcaster.info"
enabled = false

[manager.crypto]
Expand Down

0 comments on commit 6faf04a

Please sign in to comment.