Analytics

This commit is contained in:
Unknown 2018-05-14 17:14:21 +01:00 committed by Thomas Bloor
parent 673d481cac
commit 5bf608585e
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'
};