From 74657c0e3ec4471d064da377fa72db23c43e5524 Mon Sep 17 00:00:00 2001 From: canvrno <46584286+canvrno@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:22:00 -0700 Subject: [PATCH] Update config.example.json --- config/config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.example.json b/config/config.example.json index 8dac6c5..6a873f9 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -1,8 +1,8 @@ { "proxmox": { - "host": "your-proxmox-host", + "host": "your-proxmox-host-ip", "port": 8006, - "verify_ssl": true, + "verify_ssl": false, "service": "PVE" }, "auth": { @@ -11,7 +11,7 @@ "token_value": "your-token-value" }, "logging": { - "level": "INFO", + "level": "DEBUG", "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s", "file": "proxmox_mcp.log" }