fixes
This commit is contained in:
parent
ff0fe0202f
commit
700ee3c155
2 changed files with 5 additions and 19 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -355,9 +355,9 @@
|
|||
}
|
||||
},
|
||||
"@angular/core": {
|
||||
"version": "5.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.7.tgz",
|
||||
"integrity": "sha512-DQuL6n7cjBfZmWX5RCV271g6PW9N8b93g2skWnM/zjm+BL9tfHPgvmsjMNB7QEHSxW8VBaaQ6gjj422O01A87g==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.0.tgz",
|
||||
"integrity": "sha512-s2ne45DguNUubhC1YgybGECC4Tyx3G4EZCntUiRMDWWkmKXSK+6dgHMesyDo8R5Oat8VfN4Anf8l3JHS1He8kg==",
|
||||
"requires": {
|
||||
"tslib": "1.8.0"
|
||||
}
|
||||
|
@ -662,11 +662,6 @@
|
|||
"integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
|
||||
"dev": true
|
||||
},
|
||||
"angular2-notifications": {
|
||||
"version": "0.9.7",
|
||||
"resolved": "https://registry.npmjs.org/angular2-notifications/-/angular2-notifications-0.9.7.tgz",
|
||||
"integrity": "sha1-IQoAfWsVyS0/2bGxo+DiIVF8CeA="
|
||||
},
|
||||
"ansi-html": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
|
||||
|
@ -6308,11 +6303,6 @@
|
|||
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
|
||||
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
|
||||
},
|
||||
"ng-push": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/ng-push/-/ng-push-0.2.1.tgz",
|
||||
"integrity": "sha1-fTsLfpA6MHnyIzYRHjMJhQjg8iY="
|
||||
},
|
||||
"ng2-charts": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-1.6.0.tgz",
|
||||
|
|
|
@ -4,11 +4,7 @@
|
|||
// The list of which env maps to which file can be found in `angular-cli.json`.
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
production: false,
|
||||
apiUrl: 'https://dev.peartrade.org/api',
|
||||
mapApiKey: 'AIzaSyBhm0iaIGG0Ko5IsfZx-CpLt01YHkp4Y1w',
|
||||
config: {
|
||||
"API_URL": "https://pwa-workshop-api.herokuapp.com",
|
||||
"VAPID_PUBLIC_KEY": "BMDZ6FANqsYRF9iGo3Ki0LdltGZZksgIFbgxBr_otO0H7jTFgcm3v2bGSgnVGJ5bidvLvuKStirfDNl4khVBiok"
|
||||
}
|
||||
mapApiKey: 'CHANGEME',
|
||||
};
|
||||
|
|
Reference in a new issue