Skip to content

Commit

Permalink
Merge pull request #69 from agiledev-students-fall2023/file-env
Browse files Browse the repository at this point in the history
Using .env
  • Loading branch information
unfiltered-syrup authored Nov 21, 2023
2 parents d6982db + f9153c6 commit 417e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/utils/mapUtility.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const SIMPLE_MAP = [
];

const API_BASE = 'https://maps.googleapis.com/maps/api/js';
//const API_KEY = '';
const API_KEY = process.env.REACT_APP_MAP_API_KEY;
const API_LIBRARIES = ['geometry', 'places'];
const CALLBACK_NAME = 'gmapAPICallback';
const POS_DEFAULT = [40.716503, -73.976077];
Expand Down

0 comments on commit 417e195

Please sign in to comment.