docs: fix erroneous note in secrets section

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-01-18 19:43:23 -05:00
parent 2ad7a6a087
commit c964e68bc8
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 6 additions and 6 deletions

View File

@ -1928,18 +1928,18 @@ separate from `moonraker.conf`. This allows users to safely distribute
their configuration and log files without revealing credentials and
other sensitive information.
!!! Note:
This section no long has configuration options. Previously the
!!! Note
This section no longer has configuration options. Previously the
`secrets_path` option was used to specify the location of the file.
The secrets file name and location is now determined by the `data path`
and `alias` command line options, ie: `<data_base_path>/<alias>.secrets`.
By default this resolves to `$HOME/moonraker_data/moonraker.secrets`.
This may be a symbolic link.
and `alias` command line options, ie: `<data_base_path>/moonraker.secrets`.
For a typical single instance installation this resolves to
`$HOME/printer_data/moonraker.secrets`. This may be a symbolic link.
Example ini secrets file:
```ini
# moonraker_secrets.ini
# /home/pi/printer_data/moonraker.secrets
[mqtt_credentials]
username: mqtt_user