diff --git a/.env.example b/.env.example index b5f8b1e..c6dd4d1 100644 --- a/.env.example +++ b/.env.example @@ -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" \ No newline at end of file +ARCHIVAL_SYNC="FALSE"