Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Remove old key and set the prod secret
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Sep 29, 2023
1 parent 4d60a7e commit f8fdf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/WhereIsThePower/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
MapboxApiKey: 'pk.eyJ1IjoiZG9jdG9yYnVpbGRlciIsImEiOiJjbGtjZGtzYWQwMDdtM3Bsdm90bDJ6dmFpIn0.Z3CBinZUO0h3Pi96_8wBPw'
MapboxApiKey: 'HelloAPIKey'
};
2 changes: 1 addition & 1 deletion app/WhereIsThePower/src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: false,
MapboxApiKey: 'pk.eyJ1IjoidTE4MDA0ODc0IiwiYSI6ImNsajMzdWh5ZzAwcHAzZXMxc3lveXJmNDgifQ.7P_tuuiC4M_Q1_H5ZF1rTA'
MapboxApiKey: 'HelloAPIKey'
};

0 comments on commit f8fdf97

Please sign in to comment.