From 4c44b8714a9367fc5bcd6fcdfc765509bb495136 Mon Sep 17 00:00:00 2001 From: th33xitus <31533186+th33xitus@users.noreply.github.com> Date: Fri, 11 Sep 2020 16:17:03 +0200 Subject: [PATCH] Update moonraker.conf Update the default moonraker.conf to be mostly in sync with https://github.com/Arksine/moonraker/blob/master/docs/installation.md#moonraker-configuration-moonrakerconf --- resources/moonraker.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/moonraker.conf b/resources/moonraker.conf index 715bd8e..09f7b06 100644 --- a/resources/moonraker.conf +++ b/resources/moonraker.conf @@ -1,8 +1,10 @@ [server] host: 0.0.0.0 +port: 7125 +enable_debug_logging: True config_path: ~/klipper_config [authorization] -enabled: true +enabled: True trusted_clients: - 127.0.0.1 \ No newline at end of file + 127.0.0.1