leesalminen/nostr-broadcast

Use .env instead of editing the source.

Opened this issue · 0 comments

Instead of editing the index.js itself, possibly breaking future updates and making git pull basically impossible to update the code from time to time, I'd highly recommend just using .env files and then just using process.env.RELAY_URL - or alike. :)