From 670bf554971a84c33886ba39c86394a142ef07e1 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Wed, 31 Jul 2024 09:06:51 +1000 Subject: [PATCH] chore: uodate example env --- .env.example | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f09e1ca..95c1430 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,13 @@ ENDPOINT=https://api.devnet.solana.com ENV=devnet -PORT=6969 \ No newline at end of file +PORT=6969 +ELASTICACHE_HOST=localhost +ELASTICACHE_PORT=6379 +LOCAL_CACHE=true +RUNNING_LOCAL=true +BULK_ACCOUNT_LOADER_POLLING_INTERVAL=10000 +EVENT_SUBSCRIBER_POLLING_INTERVAL=10000 +METRICS_PORT='9467' +RATE_LIMIT_CALLS_PER_SECOND=30 +USE_REDIS=true +REDIS_CLIENT='DLOB'