Merge branch 'YunoHost:master' into master

This commit is contained in:
Leandro Noferini 2024-01-01 18:16:13 +01:00 committed by GitHub
commit 44550b1fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ The `bind` property allows to define where read and write the value bind to the
#### Default behaviour
If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/$app/settings.yml` file.
If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/apps/$app/settings.yml` file.
#### Read / write into a var of an actual configuration file