MeowWolf / node-red-contrib-amqp

AMQP nodes for node-red
22 stars 18 forks source link

Using env-variables to control the node #71

Open theArcher73 opened 1 year ago

theArcher73 commented 1 year ago

Hi,

is there a posibility to use environment variables for credentials and connection-Information to customize the whole node over the container environment variables?

I'm looking for a possibility to give HOST, PORT, vHOST, username, password from the configuration node and exchange_name in a amqp_out-Node from outside into the node.

A good example ist the node-red-contrib-postgresql-Node, here you can switch all these fields from input-field to an env-Variable and insert the name of these variable.

Archer73