wot-relay/.env.example

27 lines
1.0 KiB
Plaintext
Raw Normal View History

# Relay Metadata
2024-09-06 11:16:40 -04:00
RELAY_NAME="utxo WoT relay"
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # the owner's hexkey, not npub. Convert npub to hex here: https://nostrcheck.me/converter/
2024-09-06 11:16:40 -04:00
RELAY_DESCRIPTION="Only notes in utxo WoT"
2024-09-06 19:26:42 -04:00
RELAY_URL="wss://wot.utxo.one"
RELAY_ICON="https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"
RELAY_CONTACT="https://utxo.one"
# where we should store the database
2024-09-06 19:26:42 -04:00
DB_PATH="db"
# where we should store the index.html and static files
2024-09-12 15:24:31 -04:00
INDEX_PATH="/mnt/dev/bitvora/wot-relay/templates/index.html"
STATIC_PATH="/mnt/dev/bitvora/wot-relay/templates/static/"
# relay behavior
# how often to refresh the relay's view of the WoT in HOURS
2024-09-12 15:24:31 -04:00
REFRESH_INTERVAL_HOURS=1
2024-09-16 21:58:45 -04:00
MINIMUM_FOLLOWERS=5
# archive all notes from everyone in your WoT from other relays
2024-09-18 09:27:01 +01:00
ARCHIVAL_SYNC="FALSE"
ARCHIVE_REACTIONS="FALSE" # optional, reactions take up a lot of space and compute
2024-09-22 13:28:49 +00:00
# optional, certain note kinds older than this many days will be deleted
MAX_AGE_DAYS=365