Use RedisDB with Express-Gateway. How to read DB credentials from .ENV?
I am using a Redis DB to use an Express-Gateway on Heroku. I would like to know how to set Redis credentials as a unique URL-param, instead of using separated vars. Right now, Express Gateway reads credentials from the file…