posthog added
This commit is contained in:
@@ -16,4 +16,7 @@ export const environment_base = {
|
||||
appId: '1:1065122571067:web:1124571ab67bc0f5240d1e',
|
||||
measurementId: 'G-MHVDK1KSWV',
|
||||
},
|
||||
POSTHOG_KEY: '',
|
||||
POSTHOG_HOST: '',
|
||||
production: false,
|
||||
};
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
import { environment_base } from './environment.base';
|
||||
|
||||
export const environment = environment_base;
|
||||
|
||||
environment.production = true;
|
||||
environment.apiBaseUrl = 'https://api.bizmatch.net';
|
||||
environment.mailinfoUrl = 'https://www.bizmatch.net';
|
||||
environment.imageBaseUrl = 'https://www.bizmatch.net';
|
||||
|
||||
environment.POSTHOG_KEY = 'phc_eUIcIq0UPVzEDtZLy78klKhGudyagBz3goDlKx8SQFe';
|
||||
environment.POSTHOG_HOST = 'https://eu.i.posthog.com';
|
||||
|
||||
Reference in New Issue
Block a user