From 8df1821f51ab006bbac1ea770d906a500e7dfb81 Mon Sep 17 00:00:00 2001
From: miloschwartz <mschwartz10612@gmail.com>
Date: Sun, 9 Mar 2025 22:15:07 -0400
Subject: [PATCH] remove env from config

---
 .../docs/03-Pangolin/02-Configuration/02-config.md          | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md b/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md
index 6e558f2..7deef87 100644
--- a/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md
+++ b/packages/docusaurus/docs/03-Pangolin/02-Configuration/02-config.md
@@ -7,7 +7,6 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
 ### `app`
 
 - `dashboard_url`: string
-    - Env: APP_DASHBOARDURL
     - Example: `https://example.com` or `https://proxy.example.com`
     - The url where the application is hosted. This is used for many things, including generating links.
     - You can run Pangolin on a subdomain or root domain. Users will be redirected to this url to complete the auth step.
@@ -25,13 +24,10 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
 ### `server`
 
 - `external_port`: int
-    - Env: SERVER_EXTERNALPORT
     - The port the external facing (public) API will listen on.
 - `internal_port`: int
-    - Env: SERVER_INTERNALPORT
     - The port the internal private facing (private) API will listen on.
 - `next_port`: int
-    - Env: SERVER_NEXTPORT
     - The port the frontend server will listen on.
 - `internal_hostname`: string
     - Example: `pangolin`
@@ -100,10 +96,8 @@ At least one domain must be configured.
 ### `gerbil`
 
     - `start_port`: int
-      - Env: GERBIL_STARTPORT
       - This is the starting port for WireGuard tunnels that new Gerbil exit nodes will use and increment as they register with Pangolin. Advised to choose a base of a range with no conflicts.
     - `base_endpoint`: string
-      - Env: GERBIL_BASEENDPOINT
       - This is the domain name automatically included in Newt and WireGuard config for tunnel connections.
     - `use_subdomain`: boolean
       - If set to true, new Gerbil exit nodes will be assigned a unique subdomain off of the base domain. Advised to keep this to false.