Merge pull request #47 from bitvora/dev-filterOnlyOption

update readme
This commit is contained in:
Barry Deen 2024-09-16 21:58:01 -04:00 committed by GitHub
commit f5fa8fcafb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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