docs: fix incorrect option for API Key file location
Resolves #22. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8440a10b9e
commit
a578199dab
|
@ -179,7 +179,7 @@ config_path:
|
||||||
enabled: True
|
enabled: True
|
||||||
# Enables authorization. When set to true, requests must either contain
|
# Enables authorization. When set to true, requests must either contain
|
||||||
# a valid API key or originate from a trusted client. Default is True.
|
# a valid API key or originate from a trusted client. Default is True.
|
||||||
api_key_path: ~/.moonraker_api_key
|
api_key_file: ~/.moonraker_api_key
|
||||||
# Path of the file that stores Moonraker's API key. The default is
|
# Path of the file that stores Moonraker's API key. The default is
|
||||||
# ~/.moonraker_api_key
|
# ~/.moonraker_api_key
|
||||||
trusted_clients:
|
trusted_clients:
|
||||||
|
|
Loading…
Reference in New Issue