6 lines
204 B
TypeScript
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';
|