6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
import { environment_base } from './environment.base';
|
|
|
|
export const environment = environment_base;
|
|
environment.mailinfoUrl = 'http://localhost:4200';
|
|
environment.imageBaseUrl = 'http://localhost:3001';
|