System-Garcia / node-pets

1 stars 1 forks source link

Implement Environment Variables for Frontend Configuration #65

Closed gabrielvaca closed 8 months ago

gabrielvaca commented 8 months ago

Description: To ensure that the frontend configuration is flexible and can be adjusted per environment without code changes, environment variables will be implemented. This approach allows the frontend application to dynamically adapt to different deployment settings, such as development, staging, or production. The .env file is crucial for storing non-sensitive configuration data which can change between environments, like API URLs.

Tasks:

gabrielvaca commented 8 months ago

Resolved in #74