I'm completely new to node-red and javascript.
I have an ini file that defines the configuration of the Node-RED application created by the user and can change the value.
After reading the contents of the ini file, I think I will save it to a global class and then the nodes will call and retrieve data from this global class.
For Node-RED, is it right or should I do it in this case, please help tell me!
Any hint will be great.
Thanks.
[GROUP1]
Key1=Value1
Key2=Value2
Key3=Value3
Key4=Value4
[GROUP2]
KeyX=ValueX
KeyY=ValueY
[GROUP1]
Key1=ValueA // Because the same [GROUP1] and Key1 should ignore not storing data
Key5=Value5