Worked on defect CCSDK-1793 26/96626/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 3 Oct 2019 13:57:56 +0000 (19:27 +0530)
committerDan Timoney <dtimoney@att.com>
Fri, 4 Oct 2019 15:04:13 +0000 (15:04 +0000)
Changed base url from controller-blueprint to blueprint-processor

Issue-ID: CCSDK-1793
Change-Id: I38f8e8ba482a05d5b385c109fcd4c54f2cd77b48
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/server/src/config/app-config.ts

index 0c02381..dcca629 100644 (file)
@@ -23,14 +23,14 @@ export const appConfig = Object.freeze({
 
 export const controllerApiConfig = Object.freeze({
     http: Object.freeze({
-        url: process.env.API_BLUEPRINT_CONTROLLER_HTTP_BASE_URL || "http://localhost:8080/api/v1",
-        authToken: process.env.API_BLUEPRINT_CONTROLLER_HTTP_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw=="
+        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({
-        url: process.env.API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL || "http://localhost:8080/api/v1",
+        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=="
     }),
     grpc: Object.freeze({