mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-23 01:01:23 +00:00
18 lines
567 B
Plaintext
18 lines
567 B
Plaintext
# Relay Metadata
|
|
RELAY_NAME="utxo WoT relay"
|
|
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # not your npub!
|
|
RELAY_DESCRIPTION="Only notes in utxo WoT"
|
|
RELAY_URL="wss://wot.utxo.one"
|
|
|
|
# where we should store the database
|
|
DB_PATH="db"
|
|
|
|
# where we should store the index.html and static files
|
|
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
|
|
REFRESH_INTERVAL_HOURS=1
|
|
MINIMUM_FOLLOWERS=5 |