-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can't fix this currently because its the changes are in a incomplete PR atm, will update properly once that PR is merged.
- Loading branch information
Showing
4 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
declare const OR_SERVICE_URL: string; | ||
export const orUrl: string = OR_SERVICE_URL; | ||
|
||
declare const TRAILS_SERVICE_URL: string; | ||
export const trailsUrl: string = TRAILS_SERVICE_URL; | ||
|
||
declare const GOOGLE_MAPS_API_KEY: string; | ||
export const googleMapsApiKey: string = GOOGLE_MAPS_API_KEY; | ||
|
||
export const myGlobals = { | ||
edapiUrl: 'http://localhost:8020' as string, | ||
orUrl: OR_SERVICE_URL as string, | ||
trailsUrl : TRAILS_SERVICE_URL as string, | ||
googleMapsApiKey: GOOGLE_MAPS_API_KEY as string, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters