chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 40 forks source link

Using Env Variables #53

Open danilomourelle opened 2 years ago

danilomourelle commented 2 years ago

Hi,

We use node-red v2.0.6 and node-red-contrib-redis 1.3.9.

We were wondering how to use envioments variables, so we can use same flow in all envs.

We are able to use json, but we have to change the flows.json when coping it.