Skip to content

Commit

Permalink
docs: added API_PORT desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Animesh7853 committed Mar 20, 2024
1 parent 5630320 commit 2e4f605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing-to-keyshade/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Here's the description of the environment variables used in the project. You can
* **FROM\_EMAIL**: The display of the email sender title.
* **JWT\_SECRET**: The secret used to sign the JWT tokens. It is insignificant in the development environment.
* **WEB\_FRONTEND\_URL, WORKSPACE\_FRONTEND\_URL**: The URLs of the web and workspace frontend respectively. These are used in the emails sometimes and in other spaces of the application too.
* **API\_PORT**: The environmental variable that specifies the port number on which the API server should listen for incoming connections. If not explicitly set, it defaults to port 4200.

0 comments on commit 2e4f605

Please sign in to comment.