Analytics

This commit is contained in:
Unknown 2018-05-14 17:14:21 +01:00 committed by Thomas Bloor
parent 233c523353
commit 6bf111a3be
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
4 changed files with 33 additions and 6 deletions

View file

@ -5,6 +5,8 @@
export const environment = {
production: false,
apiUrl: 'https://dev.peartrade.org/api',
apiUrl: 'http://dev.peartrade.org/api',
mapApiKey: 'CHANGEME',
enableAnalytics: false,
analyticsKey: 'CHANGEME'
};