mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Auto-update README
This commit is contained in:
parent
0c78dcdc96
commit
7e884f5ed4
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,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) => ({
|
||||
|
@ -43,7 +43,7 @@ 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
|
||||
|
||||
|
||||
**Shipped version:** 2.2.0~ynh1
|
||||
|
|
Loading…
Add table
Reference in a new issue