docs: fix erroneous note in secrets section
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
2ad7a6a087
commit
c964e68bc8
|
@ -1928,18 +1928,18 @@ separate from `moonraker.conf`. This allows users to safely distribute
|
||||||
their configuration and log files without revealing credentials and
|
their configuration and log files without revealing credentials and
|
||||||
other sensitive information.
|
other sensitive information.
|
||||||
|
|
||||||
!!! Note:
|
!!! Note
|
||||||
This section no long has configuration options. Previously the
|
This section no longer has configuration options. Previously the
|
||||||
`secrets_path` option was used to specify the location of the file.
|
`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`
|
The secrets file name and location is now determined by the `data path`
|
||||||
and `alias` command line options, ie: `<data_base_path>/<alias>.secrets`.
|
and `alias` command line options, ie: `<data_base_path>/moonraker.secrets`.
|
||||||
By default this resolves to `$HOME/moonraker_data/moonraker.secrets`.
|
For a typical single instance installation this resolves to
|
||||||
This may be a symbolic link.
|
`$HOME/printer_data/moonraker.secrets`. This may be a symbolic link.
|
||||||
|
|
||||||
Example ini secrets file:
|
Example ini secrets file:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
# moonraker_secrets.ini
|
# /home/pi/printer_data/moonraker.secrets
|
||||||
|
|
||||||
[mqtt_credentials]
|
[mqtt_credentials]
|
||||||
username: mqtt_user
|
username: mqtt_user
|
||||||
|
|
Loading…
Reference in New Issue