From d4afc56173027e9621533171ceba840f877fc662 Mon Sep 17 00:00:00 2001 From: Donkie Date: Tue, 27 Jun 2023 20:28:41 +0200 Subject: [PATCH] Added Moonraker info to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 94857cf..de89a94 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ If you want to connect with an external database instead, specify the environmen | SPOOLMAN_DB_PASSWORD_FILE | Path of file which contains the database password. This is more secure than using SPOOLMAN_DB_PASSWORD. | | SPOOLMAN_DB_PASSWORD | Database password | | SPOOLMAN_DB_QUERY | Query parameters for the database connection, e.g. set to `unix_socket=/path/to/mysql.sock` to connect using a MySQL socket. | + +## Configuration +### Moonraker +Moonraker has built-in support for Spoolman. See the [Moonraker Documentation](https://moonraker.readthedocs.io/en/latest/configuration/#spoolman) for more information.