Skip to content

Commit

Permalink
Update generalConst.ts (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Jan 17, 2024
1 parent 6eb8837 commit 3cee689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/const/generalConst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export const REMOVE_USER_FROM_ORG_URL = `${authServerUrl}/user/remove_user_from_
AUTH_LOGIN_GOOGLE_URL.searchParams.append('redirect_url', `${window.location.origin}${REDIRECT_ROUTE!}`);

//function return api key depends on the env it running on
// export const mapApiKey = process.env.REACT_APP_GOOGLE_MAP_KEY ? process.env.REACT_APP_GOOGLE_MAP_KEY : '';
export const mapApiKey = 'AIzaSyCfluirCgaQ769osh7560kST3Yo0eQIqg8';
export const mapApiKey = process.env.REACT_APP_GOOGLE_MAP_KEY ? process.env.REACT_APP_GOOGLE_MAP_KEY : '';

export const showDemoCards = process.env.REACT_APP_SHOW_DEMO_CARDS === 'true';

Expand Down

0 comments on commit 3cee689

Please sign in to comment.