Update .env.example

This commit is contained in:
cr0bar 2024-09-18 09:27:01 +01:00 committed by GitHub
parent 372ccbe0c0
commit a43e1ff9f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ RELAY_NAME="utxo WoT relay"
RELAY_PUBKEY="e2ccf7cf20403f3f2a4a55b328f0de3be38558a7d5f33632fdaaefc726c1c8eb" # not your npub!
RELAY_DESCRIPTION="Only notes in utxo WoT"
RELAY_URL="wss://wot.utxo.one"
CONTACT="contact details"
# where we should store the database
DB_PATH="db"
@ -18,4 +19,4 @@ REFRESH_INTERVAL_HOURS=1
MINIMUM_FOLLOWERS=5
# archive all notes from everyone in your WoT from other relays
ARCHIVAL_SYNC="FALSE"
ARCHIVAL_SYNC="FALSE"