Hi guys,
me again... I'm looking for the setting.js file in my azure installation of node-red.
I feel like always locked in the startup directory of the console. cd~ command is not found. even node-red-stop doesn't work there.
Can anybody please give me a hint?
Hi @Jochen1980
Node-RED logs the location of the settings file it uses when it starts - if you have access to that log output then that will point you in the right direction.
By default, it will be in the directory ~/.node-red
- where ~
is the home directory of whatever user is running Node-RED.
Thanks, found it!