Searched refs:environment (Results 1 – 20 of 20) sorted by relevance
5 import { environment } from './environments/environment';7 if (environment.production) {
22 import { environment } from '../../../environments/environment';31 this.url = environment['baseURL'] + '/host/v1/';
22 import { environment } from '../../../environments/environment';32 this.url = environment['baseURL'] + '/lab/v1/';
23 import { environment } from '../../../environments/environment';31 this.url = environment['baseURL'] + '/build/v1/';
22 import { environment } from '../../../environments/environment';32 this.url = environment['baseURL'] + '/job/v1/';
22 import { environment } from '../../../environments/environment';33 this.url = environment['baseURL'] + '/schedule/v1/';
33 platform source code and setting up a build environment.37 Perform these steps to build and run csuite from the development environment:
50 platform source code and setting up a build environment.55 environment:
49 platform source code and setting up a build environment.54 environment:
59 platform source code and setting up a build environment.64 environment:
1 export const environment = { constant
66 platform source code and setting up a build environment.74 environment:
14 // Used for production environment
26 environment variable if more than one device is connected.
134 // Need to add flag TREBLE_TESTING_OVERRIDE=true in environment if it is.
343 // Detailed information about the execution environment (e.g., branch,
148 environment = [
110 in your local dev environment.
375 if (SystemProperty.environment.value() == SystemProperty.Environment.Value.Production) { in doPost()