New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / environments / environment.ts
1 /**
2  * @license
3  * Copyright Akveo. All Rights Reserved.
4  * Licensed under the MIT License. See License.txt in the project root for license information.
5  */
6 // The file contents for the current environment will overwrite these during build.
7 // The build system defaults to the dev environment which uses `environment.ts`, but if you do
8 // `ng build --env=prod` then `environment.prod.ts` will be used instead.
9 // The list of which env maps to which file can be found in `.angular-cli.json`.
10
11 export const environment = {
12   production: false,
13 };