posthog added

This commit is contained in:
2025-08-13 18:21:01 -05:00
parent 7b94785a30
commit 418cc3a043
5 changed files with 38 additions and 3 deletions

View File

@@ -16,4 +16,7 @@ export const environment_base = {
appId: '1:1065122571067:web:1124571ab67bc0f5240d1e',
measurementId: 'G-MHVDK1KSWV',
},
POSTHOG_KEY: '',
POSTHOG_HOST: '',
production: false,
};

View File

@@ -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';