| DEV_MODE |
Enables debug mode for verbose logging |
Yes |
"false" |
| NODE_URL |
Node url [scheme://ip:port] |
No |
"" |
| NODE_TOKEN |
JWT token for Node, if node uses jwt token |
Yes |
"" |
| NODE_USER |
Basic Auth username for Node, if node uses basic auth |
Yes |
"user" |
| NODE_PASSWORD |
Basic Auth password for Node, if node uses basic auth |
Yes |
"password" |
| PROXY_TOKEN |
JWT token for proxy, if proxy needs jwt auth |
Yes |
"" |
| PROXY_USER |
Basic Auth username for Proxy, if proxy needs basic auth |
Yes |
"user" |
| PROXY_PASSWORD |
Basic Auth password for Proxy, if proxy needs basic auth |
Yes |
"password" |
| PROXY_METHODS |
Allowed RPC methods (whitelist) |
Yes, if empty all allowed |
"estimatesmartfee,estimatefee,getbestblockhash, getblockchaininfo,getblockcount,getrawtransaction, gettransaction,gettxout,listunspent,sendrawtransaction,eth_blockNumber, eth_call,eth_chainId,eth_estimateGas,eth_gasPrice,eth_getBalance, eth_getBlockByHash,eth_getBlockByNumber,eth_getCode,eth_getLogs, eth_getTransactionByHash,eth_getTransactionCount, eth_getTransactionReceipt,eth_pendingTransactions,eth_sendRawTransaction, eth_sendTransaction,eth_syncing,net_version" |
| PROXY_PATHS |
Allowed routes/paths on the node (whitelist) |
Yes, if empty all allowed |
"" |
| CONFIG_PATH |
Route Used by admin to update proxy config |
No |
"/proxy/config" |
| LOCAL_NODE_PATH |
Route exposing the local node in the proxy |
No |
"/renlocal" |
| CONFIG_TOKEN |
JWT token for Config, if route uses jwt token |
Yes |
"" |
| CONFIG_USER |
Basic Auth username for Config, if route uses basic auth |
Yes |
"user" |
| CONFIG_PASSWORD |
Basic Auth password for Config, if route uses basic auth |
Yes |
"password" |
| NODE_KEY |
Unique key used to identify the node in proxy db |
No |
"" |
| DB_SERVER |
MongoDB service URL |
Yes |
"mongodb://mongo-service:27017" |
| DB_USER |
MongoDB Username |
Yes |
"admin" |
| DB_PASSWORD |
MongoDB Password |
Yes |
"password" |