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

Configure Environmental Variables #5

Closed
13XAVI opened this issue Jun 4, 2024 · 0 comments · Fixed by #19
Closed

Configure Environmental Variables #5

13XAVI opened this issue Jun 4, 2024 · 0 comments · Fixed by #19
Assignees

Comments

@13XAVI
Copy link
Contributor

13XAVI commented Jun 4, 2024

Environmental Variable

*As developer, I want to configure the .env file correctly, so that all environment variables are properly loaded and accessible within the application.

Acceptance Criteria:

  1. The .env file should be created in the root directory of the project.
  2. All environment variables defined in the .env file should be recognized by the application.
  3. There should be clear documentation on how to configure and use the .env file.
  4. The application should not throw errors related to missing environment variables if they are correctly defined in the .env file.

Technical Details:

  • .env file is correctly formatted, with each variable on a new line in the form REACT_APP_VARIABLE_NAME=value.
  • The application should include necessary packages (e.g., dotenv for Node.js) .

Installation:

  1. npm install dotenv
@13XAVI 13XAVI self-assigned this Jun 4, 2024
@13XAVI 13XAVI linked a pull request Jun 7, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant