Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] Modify Calls Using Full Addresses to Utilize Environment Variables #8

Open
4 tasks
rosseti opened this issue Nov 27, 2023 · 0 comments
Open
4 tasks

Comments

@rosseti
Copy link
Contributor

rosseti commented Nov 27, 2023

Description:
Currently, our project contains calls that use hardcoded full addresses like (http://localhost...), leading to inflexibility and potential issues. To improve maintainability and adaptability, we should modify these calls to utilize environment variables.

Tasks:

  • Identify all instances where full addresses are used in the code.
  • Replace hardcoded addresses with environment variables.
  • Update documentation to reflect the changes.
  • Test the modified code to ensure functionality remains intact.

Acceptance Criteria:

  • Codebase should no longer contain hardcoded full addresses.
  • The application should function correctly after the modification.
  • Documentation should accurately represent the updated configuration.

Additional Context:
This modification is essential for better code organization, easier configuration changes, and increased portability. Ensure thorough testing before merging the changes into the main branch.

@rosseti rosseti changed the title Modify Calls Using Full Addresses to Utilize Environment Variables [Frontend] Modify Calls Using Full Addresses to Utilize Environment Variables Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant