Hello there,
The sample.env
file is not used by anything. Changing it does nothing. You need to work with a .env
file. Or, for the case of Replit, you need to use the SECRETS feature described here:
If you are still confused, I suggest some research into what environment variables are, and how to use them in Node applications.
Hope this clarifies