diff --git a/frontend/src/environments/environment.prod.ts b/frontend/src/environments/environment.prod.ts index 3612073..9435806 100644 --- a/frontend/src/environments/environment.prod.ts +++ b/frontend/src/environments/environment.prod.ts @@ -1,3 +1,6 @@ export const environment = { - production: true + production: true, + urlCL: 'http://127.0.0.1:3000', + urlCG: 'http://127.0.0.1:3001', + urlCPR: 'http://127.0.0.1:3002' };