Skip to content

Commit

Permalink
Remove personal firebase config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscurnow committed Nov 11, 2021
1 parent 8587c42 commit 05bd54c
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,17 @@
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.

export const environment = {
production: false,
config: {}
};

const config = {
apiKey: 'AIzaSyDDC8OlxiOrUK7dokf0Ad12dX3vorS6wag',
authDomain: 'fourcastpro.firebaseapp.com',
databaseURL: 'https://fourcastpro.firebaseio.com',
projectId: 'fourcastpro',
storageBucket: 'fourcastpro.appspot.com',
messagingSenderId: '346034054648'
};

export const environment = {
envName: 'dev',
production: false,
standalone: true,
is4dHost: false,
serverUrl: 'http://localhost:8081',
projectId: '4DCD3CD18C68456388537415CE4BE594',
firebaseConfig: config
};

// YOU MUST PROVIDE YOUR OWN FIREBASE CONFIG AS config ABOVE
/*
* For easier debugging in development mode, you can import the following file
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
*
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.

0 comments on commit 05bd54c

Please sign in to comment.