stackhero-io / node-red-contrib-stackhero-mysql

Node-RED node to read and write to a MySQL or a MariaDB database. Compatible with TLS (SSL) and "Caching SHA2 password" authentication method.
16 stars 7 forks source link

Added environment support for configurations #2

Closed GrimbiXcode closed 3 years ago

GrimbiXcode commented 3 years ago

Description

You can put ${ENV_VAR} into the input fields of your configuration node to use your environment variables.

It is inspired by node-red-contrib-telegrambot

Changes:

others:

GrimbiXcode commented 3 years ago

I think my efforts were in vain. It works even without this modification.