-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hermes): correct the metrics server env var
- Loading branch information
1 parent
8075d07
commit 6db59ff
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export PYTHNET_HTTP_ADDR=http://pythnet-http-rpc/ | ||
export PYTHNET_WS_ADDR=ws://pythnet-ws-rpc/ | ||
export RPC_LISTEN_ADDR=0.0.0.0:7575 | ||
export METRICS_LISTEN_ADDR=0.0.0.0:7576 | ||
export METRICS_SERVER_LISTEN_ADDR=0.0.0.0:7576 | ||
export BENCHMARKS_ENDPOINT=https://benchmarks.pyth.network | ||
export WORMHOLE_SPY_RPC_ADDR=http://spy-or-beacon-rpc | ||
export RUST_LOG=info |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters