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

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