Skip to content
Snippets Groups Projects
Commit c98051f3 authored by hugcubi's avatar hugcubi
Browse files

Agregada configuración para monolito

parent 9c8bd268
Branches
No related tags found
2 merge requests!36Develop,!30Fix/angular
...@@ -56,6 +56,17 @@ ...@@ -56,6 +56,17 @@
], ],
"outputHashing": "all" "outputHashing": "all"
}, },
"monolith": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.monolith.ts"
}
],
"optimization": false,
"extractLicenses": false,
"sourceMap": true
},
"development": { "development": {
"optimization": false, "optimization": false,
"extractLicenses": false, "extractLicenses": false,
......
const monolith = 'localhost:8080'; // kong
export const environment = {
production: false,
authAPI: `http://localhost:8101/auth`,
userAPI: `http://${monolith}/users`,
hotelAPI: `http://${monolith}/hotels`,
bookingAPI: `http://${monolith}/bookings`,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment