mirror of
https://github.com/abdellahaski/AngularFirebaseVotingApp.git
synced 2025-12-08 11:19:56 +00:00
Full Project upgrade
This commit is contained in:
@@ -3,7 +3,17 @@
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
production: false
|
||||
firebase: {
|
||||
projectId: 'xxxxxxxxxxx',
|
||||
appId: 'xxxxxxxxxxxxxxx',
|
||||
storageBucket: 'xxxxxxxxxxx.appspot.com',
|
||||
apiKey: 'xxxxxxxxxxxxx',
|
||||
authDomain: 'xxxxxxxxxxx.firebaseapp.com',
|
||||
messagingSenderId: 'xxxxxxxxxx',
|
||||
measurementId: 'xxxxxxxxxx',
|
||||
},
|
||||
production: false,
|
||||
abstractapiAPIKEY:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',//ipgeolocation
|
||||
};
|
||||
|
||||
/*
|
||||
13
src/environments/environment.prod-example.ts
Normal file
13
src/environments/environment.prod-example.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export const environment = {
|
||||
firebase: {
|
||||
projectId: 'xxxxxxxxxxx',
|
||||
appId: 'xxxxxxxxxxxxxxx',
|
||||
storageBucket: 'xxxxxxxxxxx.appspot.com',
|
||||
apiKey: 'xxxxxxxxxxxxx',
|
||||
authDomain: 'xxxxxxxxxxx.firebaseapp.com',
|
||||
messagingSenderId: 'xxxxxxxxxx',
|
||||
measurementId: 'xxxxxxxxxx',
|
||||
},
|
||||
production: true,
|
||||
abstractapiAPIKEY:'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',//ipgeolocation
|
||||
};
|
||||
@@ -1,3 +0,0 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
};
|
||||
Reference in New Issue
Block a user