From cf841a884f96761389c8c75ff36d9568e47d8b4c Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Fri, 4 Feb 2022 18:37:03 +0100 Subject: [PATCH] Add true path of nodered instance --- doc/DESCRIPTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b1a897a..85ca980 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -11,7 +11,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi ### Override the default settings -From the installation directory, go edit the `data/settings.user.js`. For example: +From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example: ```js module.exports = (defaultSettings) => ({ @@ -26,4 +26,4 @@ logging: { // replace the default logging option ...defaultSettings.logging, // }); ``` -You can check the default settings Yunohost generates at `data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration +You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration