-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitignore and protect environment files
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// This file can be replaced during build by using the `fileReplacements` array. | ||
// `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, | ||
firebase: { | ||
apiKey: "", | ||
authDomain: "", | ||
databaseURL: "", | ||
projectId: "", | ||
storageBucket: "", | ||
messagingSenderId: "" | ||
} | ||
}; | ||
|
||
/* | ||
* In development mode, to ignore zone related error stack frames such as | ||
* `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can | ||
* import the following file, but please comment it out in production mode | ||
* because it will have performance impact when throw error | ||
*/ | ||
// import 'zone.js/dist/zone-error'; // Included with Angular CLI. |