Analytics
This commit is contained in:
parent
673d481cac
commit
5bf608585e
4 changed files with 33 additions and 6 deletions
|
@ -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'
|
||||
};
|
||||
|
|
Reference in a new issue