From d7a4853bc29008b438d5a7819df4f3d624300090 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Wed, 31 Jul 2024 09:13:19 +1000 Subject: [PATCH] chore: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26716f0..5caadcc 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ 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` | | `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` | -| `REDIS_HOSTS` | (for websocket server) Redis host endpoint. | `localhost` | -| `REDIS_PASSWORDS` | (for websocket server) Redis password. | `password` | -| `REDIS_PORTS` | (for websocket server) Redis port. | `6379` | -| `WS_PORT` | (for websocket server) The port to run the websocket server on. | `3000` | +| `ELASTICACHE_HOST` | (for websocket server) Redis host endpoint. | `localhost` | +| `ELASTICACHE_PORT` | (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` | Note: multiple Redis hosts can be provided by providing a comma separated string.