-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Description:
The frontend application has a hardcoded API base URL in frontend/src/App.js. This makes it difficult to switch between development and production environments.
Tasks:
Use environment variables to configure the API base URL.
Update the axios configuration to use the environment variable.
Add a .env.example file to the frontend directory to document the required environment variables.
Labels: frontend, config, enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request