Skip to content

Commit

Permalink
Merge pull request #460 from AKSHITHA-CHILUKA/patch-2
Browse files Browse the repository at this point in the history
Create config.js
  • Loading branch information
hustlerZzZ authored Jul 30, 2024
2 parents b05159e + fff6362 commit 0579d1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const config = {
apiBaseUrl: process.env.REACT_APP_API_BASE_URL || 'http://localhost:5000',
// Add other configuration settings here
};

export default config;

0 comments on commit 0579d1b

Please sign in to comment.