Skip to content

Commit

Permalink
fix: renamed env variable to prevent collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber committed Jun 6, 2024
1 parent 1c3d5c9 commit 7fb59c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const BASE_URL =
process.env.LOCAL === '1'
process.env.DVC_API_LOCAL === '1'
? 'http://localhost:4001'
: 'https://api.devcycle.com'
export const AUTH_URL = 'https://auth.devcycle.com/'
Expand Down

0 comments on commit 7fb59c5

Please sign in to comment.