Files
bizmatch-project/bizmatch/src/environments/environment.ts
2025-07-27 14:28:09 -05:00

6 lines
204 B
TypeScript

import { environment_base } from './environment.base';
export const environment = environment_base;
environment.mailinfoUrl = 'http://localhost:4200';
environment.imageBaseUrl = 'http://localhost:4200';