chore: update readme

This commit is contained in:
Jack Waller
2024-07-31 09:13:19 +10:00
parent 670bf55497
commit d7a4853bc2

View File

@@ -41,9 +41,9 @@ To properly configure the DLOB server, set the following environment variables i
| `RATE_LIMIT_CALLS_PER_SECOND` | Maximum number of API calls per second. | `100` | | `RATE_LIMIT_CALLS_PER_SECOND` | Maximum number of API calls per second. | `100` |
| `PERP_MARKETS_TO_LOAD` | Number of perpetual markets to load at startup. | `0` | | `PERP_MARKETS_TO_LOAD` | Number of perpetual markets to load at startup. | `0` |
| `SPOT_MARKETS_TO_LOAD` | Number of spot markets to load at startup. | `5` | | `SPOT_MARKETS_TO_LOAD` | Number of spot markets to load at startup. | `5` |
| `REDIS_HOSTS` | (for websocket server) Redis host endpoint. | `localhost` | | `ELASTICACHE_HOST` | (for websocket server) Redis host endpoint. | `localhost` |
| `REDIS_PASSWORDS` | (for websocket server) Redis password. | `password` | | `ELASTICACHE_PORT` | (for websocket server) Redis port. | `6379` |
| `REDIS_PORTS` | (for websocket server) Redis port. | `6379` | | `REDIS_CLIENT` | (for websocket server) Redis client type (DLOB/DLOB_HELIUS).| `DLOB` |
| `WS_PORT` | (for websocket server) The port to run the websocket server on.| `3000` | | `WS_PORT` | (for websocket server) The port to run the websocket server on.| `3000` |