Browse Source

chore: getting ready for a production build

main
erdar2 4 years ago
parent
commit
f2ec74be03
  1. 2
      angular.json
  2. 10
      src/environments/environment.prod.ts

2
angular.json

@ -42,7 +42,7 @@
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "500kb",
"maximumError": "1mb" "maximumError": "2mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",

10
src/environments/environment.prod.ts

@ -1,3 +1,11 @@
export const environment = { export const environment = {
production: true production: true,
firebase: {
apiKey: 'AIzaSyBSQFwnziIRFH7qNPO4K0_hDh-DYZYep20',
authDomain: 'phonebook-f0c58.firebaseapp.com',
databaseURL: 'https://phonebook-f0c58-default-rtdb.europe-west1.firebasedatabase.app',
projectId: 'phonebook-f0c58',
storageBucket: 'phonebook-f0c58.appspot.com',
messagingSenderId: '733111274248'
}
}; };

Loading…
Cancel
Save