9 lines
293 B
TypeScript
9 lines
293 B
TypeScript
// This file can be replaced during build by using the `fileReplacements` array.
|
|
// `ng build` replaces `environment.ts` with `environment.prod.ts`.
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
export const environment = {
|
|
production: false,
|
|
config: "config.json",
|
|
};
|