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:
Eric Callahan 2020-09-28 06:53:45 -04:00 committed by GitHub
parent 8440a10b9e
commit a578199dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: