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.
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