From 65cc278a59454acf6a71fe410a71747c39de784b Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Oct 2024 15:30:24 -0400 Subject: [PATCH] docs(TALE-33): document debug --- docs/Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index 192bc7b..bb4efe0 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -9,6 +9,7 @@ You can configure Headplane using environment variables. #### Optional Variables +- **`DEBUG`**: Enable debug logging (default: `false`). - **`HOST`**: The host to bind the server to (default: `0.0.0.0`). - **`PORT`**: The port to bind the server to (default: `3000`). - **`CONFIG_FILE`**: The path to the Headscale `config.yaml` (default: `/etc/headscale/config.yaml`).