All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.out-tsc.environments.environment.js Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `angular-cli.json`.
export var environment = {
    production: false,
    carService: {
        protocol: 'http:',
        host: 'localhost:9124',
        contextPath: 'api'
    }
};
//# sourceMappingURL=C:/Projects/FitNesseConnect/fitnesse-connect-testbed-ui/src/environments/environment.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy