From ffa52909e8fb6a09de3b3f91cb2df33531cc5668 Mon Sep 17 00:00:00 2001 From: mustafahlvc Date: Sat, 26 Aug 2017 06:10:22 +0300 Subject: [PATCH] unnecessary env variable removed --- src/environments/environment.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 19f0b9cd..6f30aa44 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,13 +4,5 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { - production: false, - firebase : { - apiKey : 'AIzaSyDYFfhaC5QaKPgPhh8YqohjhfUpcYlg33c', - // authDomain : '', - databaseURL: 'https://fuse2-demo.firebaseio.com/', - projectId : 'fuse2-demo' - // storageBucket : '', - // messagingSenderId: '' - } + production: false };