From 8a69e7e0af46a5504fdfc0a32744db33f0f81cbc Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 16 Sep 2024 21:57:38 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b779175..b68f9a0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ INDEX_PATH="/home/ubuntu/wot-relay/templates/index.html" # path to the index.htm STATIC_PATH="/home/ubuntu/wot-relay/templates/static" # path to the static folder REFRESH_INTERVAL_HOURS=24 # interval in hours to refresh the web of trust MINIMUM_FOLLOWERS=3 #how many followers before they're allowed in the WoT +ARCHIVAL_SYNC="FALSE" # set to TRUE to archive every note from every person in the WoT (not recommended) ``` ### 4. Build the project