-
-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated Talawa Admin to use custom port (#1488)
* feat: Updated Talawa Admin to use custom port This fixes the issue of Talawa-admin continously refreshing on localhost:3000. Changes implemented - Updated references to port 3000 in code URLs with a new configurable variable. - Modified the setup.ts script to prompt for a custom port, defaulting to 4321 if not already configured, and saving it as a .env file variable. - Updated the .env.sample file with the new variable and explanatory text. - Updated markdown files in the root directory with the new default port. - Ensured that all existing tests pass. - No other functionality is affected. Signed-off-by: Akhilender <[email protected]> * fix: Added default port to 4321 Signed-off-by: Akhilender <[email protected]> * fix: Fixed default port to 4321 - If port variable is not present or empty the port number falls back to 4321. Signed-off-by: Akhilender <[email protected]> --------- Signed-off-by: Akhilender <[email protected]>
- Loading branch information
1 parent
69b8a86
commit 378248d
Showing
7 changed files
with
73 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters