diff --git a/angular.json b/angular.json index f3f2ebc..784c6ea 100644 --- a/angular.json +++ b/angular.json @@ -65,6 +65,14 @@ "optimization": false, "extractLicenses": false, "sourceMap": true + }, + "homo": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.homo.ts" + } + ] } }, "defaultConfiguration": "production" @@ -80,6 +88,9 @@ }, "local": { "buildTarget": "shopit-front:build:local" + }, + "homo": { + "buildTarget": "shopit-front:build:homo" } }, "defaultConfiguration": "development" diff --git a/src/environments/environment.homo.ts b/src/environments/environment.homo.ts new file mode 100644 index 0000000..abab87d --- /dev/null +++ b/src/environments/environment.homo.ts @@ -0,0 +1,6 @@ +export const environment = { + production: false, + nombre:"Homologación - activo", + url:"https://backend.shopit.com.ar/api/", + urlDescarga:"url/" +};