cerberustesting / cerberus-core-angular

Cerberus Angular front-end application (still in beta version)
GNU General Public License v3.0
4 stars 2 forks source link

Changes to make it easier for new developers to come onboard, changes to environment.prod.ts and service library CRUD pages #45

Open scdsilva opened 2 years ago

scdsilva commented 2 years ago

Changes to make it easier for new developers to come onboard:

Changes to make it easier for new developers to come onboard and changes to environment.prod.ts to make it safer for the current deployment script to replace specific configuration values

Also, changed environment.prod.ts to make it safer for the deployment script (as implemented by BD) to replace specific configuration values (instead of a value we now have a placeholder, for the deployment script to search for the placeholder and replace it with a value).

Service library migration