Skip to content

Commit

Permalink
dev keys added for mapbox and firebox
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies-K committed Feb 12, 2020
1 parent e8e10b5 commit 1a2e219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export const environment = {
production: false,
firebase : {
apiKey: "Type in your api key here",
apiKey: "AIzaSyCJA9ThlrnXjWG_XcsdepzxGihjPmWN7sg",
authDomain: "police-patrol-513dc.firebaseapp.com",
databaseURL: "https://police-patrol-513dc.firebaseio.com",
projectId: "police-patrol-513dc",
Expand All @@ -16,6 +16,6 @@ export const environment = {

mapbox: {
accessToken:
'type in your api key here',
'pk.eyJ1IjoiZGF2aWVzMTIzIiwiYSI6ImNqcjJxbDE1NzA4cGUzeHAxYWN6ejN2ZTIifQ.tGawju8OGcPb7aGCr7gJJg',
},
};

0 comments on commit 1a2e219

Please sign in to comment.