mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
unnecessary env variable removed
This commit is contained in:
parent
3a246717a0
commit
ffa52909e8
|
@ -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>'
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user