Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jeremy committed Aug 6, 2024
2 parents b3edc0b + 5404a70 commit 9643fdd
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 199 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const config = {
MIXPANEL_PROJECT_TOKEN: process.env.REACT_APP_MIXPANEL_PROJECT_TOKEN,
},
production: {
API_BASE_URL: process.env.REACT_APP_AWS_BACKEND_URL,
// API_BASE_URL: process.env.REACT_APP_AWS_BACKEND_URL,
API_BASE_URL: "https://stg.api.susunjadwal.cs.ui.ac.id/susunjadwal/api",
BASE_URL: "/",
},
development: {
// API_BASE_URL: "http://localhost:5000/susunjadwal/api",
API_BASE_URL: "https://stg.api.susunjadwal.cs.ui.ac.id/susunjadwal/api",
BASE_URL: "/",
},
Expand Down
Loading

0 comments on commit 9643fdd

Please sign in to comment.