diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-08-05 17:51:59 +0530 |
---|---|---|
committer | Ezhilarasi R <ezhrajam@in.ibm.com> | 2019-08-08 06:12:13 +0000 |
commit | dbca241c5896c093edeaccd28a5a0768a9991314 (patch) | |
tree | 74cd3722946ea0905948df5927f81c0c5ddda10b | |
parent | 45bdf840d3e0380e30cf77c29eb084bc7adce308 (diff) |
Changed URL in server for backend
Changed Bleuprint controller link for backend
Change-Id: If3e14f26a6cd8a059cab37325326c2f11a58c8dc
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
-rw-r--r-- | cds-ui/server/src/config/app-config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/server/src/config/app-config.ts b/cds-ui/server/src/config/app-config.ts index 24aeb26b5..0c02381dd 100644 --- a/cds-ui/server/src/config/app-config.ts +++ b/cds-ui/server/src/config/app-config.ts @@ -30,7 +30,7 @@ export const controllerApiConfig = Object.freeze({ export const processorApiConfig = Object.freeze({ http: Object.freeze({ - url: process.env.API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL || "http://localhost:8081/api/v1", + url: process.env.API_BLUEPRINT_PROCESSOR_HTTP_BASE_URL || "http://localhost:8080/api/v1", authToken: process.env.API_BLUEPRINT_PROCESSOR_HTTP_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" }), grpc: Object.freeze({ |