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