unnecessary env variable removed

This commit is contained in:
mustafahlvc 2017-08-26 06:10:22 +03:00
parent 3a246717a0
commit ffa52909e8

View File

@ -4,13 +4,5 @@
// The list of which env maps to which file can be found in `.angular-cli.json`. // The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = { export const environment = {
production: false, production: false
firebase : {
apiKey : 'AIzaSyDYFfhaC5QaKPgPhh8YqohjhfUpcYlg33c',
// authDomain : '<your-project-authdomain>',
databaseURL: 'https://fuse2-demo.firebaseio.com/',
projectId : 'fuse2-demo'
// storageBucket : '<your-storage-bucket>',
// messagingSenderId: '<your-messaging-sender-id>'
}
}; };