From c53c80d8a2c5756ab77ce3105c2c14a0bb051c18 Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Sat, 5 Jun 2021 00:28:54 +0200 Subject: [PATCH] Add prod variables --- frontend/src/environments/environment.prod.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' };