Skip to content

Commit

Permalink
update to use staging environment for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
uparkalau committed Sep 3, 2024
1 parent 724b7b2 commit 2672a5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// API constants
export const API_BASE_URL = 'http://localhost:3000/';

//local environment
// export const API_BASE_URL = 'http://localhost:3000/';
//staging environment
export const API_BASE_URL = 'http://onboarding-demo.bluewavelabs.ca/api/';
// Other constants
export const APP_TITLE = 'Bluewave Onboarding';
export const SUPPORT_EMAIL = '[email protected]';

0 comments on commit 2672a5a

Please sign in to comment.