Created
February 3, 2020 14:03
-
-
Save LarsBergqvist/2c97be8e04b9cf31268d179f8bda07e0 to your computer and use it in GitHub Desktop.
Angular application configuration: use real data from the API and use Google Maps
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
{ | |
"apiUrl": "https://localhost", | |
"apiPort": "5001", | |
"useFakeData": false, | |
"useMap": true, | |
"googleAPIKey": "ABzaDuAQbFxSalDaWfIAB7DEZAh730AFGGGlpg" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment