From 5cd0f665fa0c5272f22d6c9b41bc36fde49d4136 Mon Sep 17 00:00:00 2001
From: Aeto <48892594+felixtrav@users.noreply.github.com>
Date: Wed, 24 Jul 2024 19:17:33 -0400
Subject: [PATCH] Update envars.mdx - Added PORT
Added the PORT configuration option to the documentation which controls the port the application listens on.
---
docs/self-hosting/configuration/envars.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx
index 24ec3a372..238415204 100644
--- a/docs/self-hosting/configuration/envars.mdx
+++ b/docs/self-hosting/configuration/envars.mdx
@@ -25,6 +25,10 @@ Used to configure platform-specific security and operational settings
https://app.infisical.com).
+
+ Specifies the internal port on which the application listens.
+
+
Telemetry helps us improve Infisical but if you want to dsiable it you may set this to `false`.