Update envars.mdx - Added PORT

Added the PORT configuration option to the documentation which controls the port the application listens on.
This commit is contained in:
Aeto
2024-07-24 19:17:33 -04:00
committed by GitHub
parent 443e76c1df
commit 5cd0f665fa

View File

@@ -25,6 +25,10 @@ Used to configure platform-specific security and operational settings
https://app.infisical.com).
</ParamField>
<ParamField query="PORT" type="int" default="8080" optional>
Specifies the internal port on which the application listens.
</ParamField>
<ParamField query="TELEMETRY_ENABLED" type="string" default="true" optional>
Telemetry helps us improve Infisical but if you want to dsiable it you may set this to `false`.
</ParamField>