Skip to content

Commit

Permalink
rfac: envConstant (frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp969803 committed May 17, 2024
1 parent 7b353d9 commit 9483062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/envConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CLIENT_ID =process.env.CLIENT_ID;
export const BACKEND_URL = process.env.BACKEND_URL;
export const AVATAR_API = process.env.AVATAR_API;
export const CLIENT_ID =process.env.REACT_APP_CLIENT_ID;
export const BACKEND_URL = process.env.REACT_APP_BACKEND_URL;
export const AVATAR_API = process.env.REACT_APP_AVATAR_API;

0 comments on commit 9483062

Please sign in to comment.