From ab6f5ba71dd6d256aee5cea5af2c5c7935d68339 Mon Sep 17 00:00:00 2001 From: bobinstein Date: Thu, 11 Apr 2024 14:50:27 -0400 Subject: [PATCH] docs: updated env table --- docs/src/gateways/ar-io-node/env.md | 42 ++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/docs/src/gateways/ar-io-node/env.md b/docs/src/gateways/ar-io-node/env.md index a68f6039..fced53ea 100644 --- a/docs/src/gateways/ar-io-node/env.md +++ b/docs/src/gateways/ar-io-node/env.md @@ -142,37 +142,37 @@ The AR.IO Gateway allows configuration customization through environmental varia The public wallet address of the wallet being used to sign report upload transactions for Observer - CHUNKS_DATA_PATH + CHUNKS_DATA_PATH string "data/chunks" Sets the location for chunked data to be saved. If omitted, chunked data will be stored in the `data` directory - CONTIGUOUS_DATA_PATH + CONTIGUOUS_DATA_PATH string "data/contiguous" Sets the location for contiguous data to be saved. If omitted, contiguous data will be stored in the `data` directory - HEADERS_DATA_PATH + HEADERS_DATA_PATH string "data/headers" Sets the location for header data to be saved. If omitted, header data will be stored in the `data` directory - SQLITE_DATA_PATH + SQLITE_DATA_PATH string "data/sqlite" Sets the location for sqlite indexed data to be saved. If omitted, sqlite data will be stored in the `data` directory - TEMP_DATA_PATH + TEMP_DATA_PATH string "data/tmp" Sets the location for temporary data to be saved. If omitted, temporary data will be stored in the `data` directory - LMDB_DATA_PATH + LMDB_DATA_PATH string "data/LMDB" Sets the location for LMDB data to be saved. If omitted, LMDB data will be stored in the `data` directory @@ -213,5 +213,35 @@ The AR.IO Gateway allows configuration customization through environmental varia true If true, Observer will submit its generated reports to the ar.io Network. If false, reports will be generated but not submitted + + REDIS_MAX_MEMORY + String + 256mb + Sets the max memory allocated to Redis + + + REDIS_EXTRA_FLAGS + String + --save "" --appendonly no + Additional CLI flags passed to Redis + + + WEBHOOK_TARGET_SERVERS + String + undefined + Target servers for webhooks + + + WEBHOOK_INDEX_FILTER + String + {"never": true} + Only emit webhooks for transactions and data items compliant with this filter + + + CONTIGUOUS_DATA_CACHE_CLEANUP_THRESHOLD + Number + undefined + Sets the age threshold in sends; files older than this are candidates for contiguous data cache cleanup + \ No newline at end of file