diff --git a/README.md b/README.md index 1aa52a0..94b75f1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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 `/opt/yunohost/nodered/data/settings.user.js`. For example: +From the installation directory, go edit the `__INSTALL_DIR__/data/settings.user.js`. For example: ```js module.exports = (defaultSettings) => ({ @@ -44,7 +44,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // }); ``` -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 +You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: **Shipped version:** 3.0.2~ynh4 diff --git a/README_fr.md b/README_fr.md index 4a7c7e5..9b47ed1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,10 +27,9 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de - Plus de 225 000 modules disponibles - Fonctions personnalisées en JavaScript - ### Surcharger la configuration par défaut -Depuis le répertoire d'installation, éditer le fichier `/opt/yunohost/nodered/data/settings.user.js`. Par exemple +Depuis le répertoire d'installation, éditer le fichier `__INSTALL_DIR__/data/settings.user.js`. Par exemple ```js module.exports = (defaultSettings) => ({ @@ -47,7 +46,7 @@ module.exports = (defaultSettings) => ({ }); ``` -Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration +Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: **Version incluse :** 3.0.2~ynh4