From 6c6ec71317d746bd744cd510a5da79956b8d176c Mon Sep 17 00:00:00 2001 From: Shaaban Ebrahim Date: Wed, 9 Oct 2019 18:12:44 +0200 Subject: Remove Controller API url and use blueprintProcessorApi url instead Issue-ID: CCSDK-1793 Signed-off-by: Shaaban Eltanany Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c --- cds-ui/server/src/config/app-config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cds-ui/server/src/config/app-config.ts') diff --git a/cds-ui/server/src/config/app-config.ts b/cds-ui/server/src/config/app-config.ts index dcca629f2..a2cebe59d 100644 --- a/cds-ui/server/src/config/app-config.ts +++ b/cds-ui/server/src/config/app-config.ts @@ -21,12 +21,12 @@ export const appConfig = Object.freeze({ }) }); -export const controllerApiConfig = Object.freeze({ - http: Object.freeze({ - url: process.env.API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL || "http://localhost:8081/api/v1", - authToken: process.env.API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" - }) -}); +// export const controllerApiConfig = Object.freeze({ +// http: Object.freeze({ +// url: process.env.API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL || "http://localhost:8081/api/v1", +// authToken: process.env.API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" +// }) +// }); export const processorApiConfig = Object.freeze({ http: Object.freeze({ -- cgit 1.2.3-korg