You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GETH_HEADERS to be set as a config environment variable (#44)
* Add GETH_HEADERS to be set as a config environment variable
* Fix lint error
* Rename GethHeaders to GethHeadersEnv
* Added GethHeaders tests
* Empty CI commit
* Empty commit - to get CI working
* Add explanation of GETH_HEADERS in README
* Revert "Add explanation of GETH_HEADERS in README"
This reverts commit 726b8fd.
* Fix: Add explanation of GETH_HEADERS in README
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ at port `8080`.
65
65
*`PORT`(required) - Which port to use for Rosetta.
66
66
*`GETH` (optional) - Point to a remote `geth` node instead of initializing one
67
67
*`SKIP_GETH_ADMIN` (optional, default: `FALSE`) - Instruct Rosetta to not use the `geth``admin` RPC calls. This is typically disabled by hosted blockchain node services.
68
+
*`GETH_HEADERS` (optional) - Pass a key:value comma-separated list to be passed to the `geth` clients. e.g. `X-Auth-Token:12345-ABCDE,X-Other-Header:SomeOtherValue`
0 commit comments