environment.prod.ts 381 Bytes
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.

export const environment = {
  production : true,
  backend : window.location.protocol + "//" + window.location.hostname + ":" + window.location.port + "/"
};