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
Copy file name to clipboardExpand all lines: docs/configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ Unless you need to set a non-default value, it is recommended to only populate o
35
35
|`INPUT_SIZE_LIMIT`| "1mb" | The [koa-jsonrpc](https://github.com/Bitclimb/koa-jsonrpc) maximum size allowed for requests |
36
36
|`MAX_BLOCK_RANGE`| "5" | The maximum block number greater than the mirror node's latest block to query for |
37
37
|`OPERATOR_ID_MAIN`| "" | Operator account ID used to pay for transactions. In `S.R.N` format, e.g. `0.0.1001`. |
38
+
|`OPERATOR_KEY_FORMAT`| "DER" | Operator private key format. Valid types are `DER`, `HEX_ECDSA`, or `HEX_ED25519`|
38
39
|`OPERATOR_KEY_MAIN`| "" | Operator private key used to sign transactions in hex encoded DER format. This may be either an ED22519 private key or an ECDSA private key. The private key must be associated with/used to derive `OPERATOR_ID_MAIN`. |
39
40
|`RATE_LIMIT_DISABLED`| "false" | Flag to disable IP based rate limiting. |
40
41
|`REQUEST_ID_IS_OPTIONAL`| "" | Flag to set it the JSON RPC request id field in the body should be optional. Note, this breaks the API spec and is not advised and is provided for test purposes only where some wallets may be non compliant |
41
42
|`SERVER_PORT`| "7546" | The RPC server port number to listen for requests on. Currently a static value defaulting to 7546. See [#955](https://github.com/hashgraph/hedera-json-rpc-relay/issues/955)|
42
43
|`SERVER_REQUEST_TIMEOUT_MS`| "60000" | The time of inactivity allowed before a timeout is triggered and the socket is closed. See [NodeJs Server Timeout](https://nodejs.org/api/http.html#serversettimeoutmsecs-callback)|
43
44
45
+
44
46
## Relay
45
47
46
48
The following table lists the available properties along with their default values for the [Relay package](/packages/relay/).
0 commit comments