diff options
author | Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> | 2019-10-09 18:12:44 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-10-11 15:30:45 +0000 |
commit | b8c996b21f76dce07035c1924b5ce9a643e9b3c0 (patch) | |
tree | 46fc7d416d7226bbe1a15054b5a40ef22fb38500 /cds-ui/server/src/config | |
parent | a535938be6304c343416ad549c59a74c151c7591 (diff) |
Remove Controller API url and use blueprintProcessorApi url instead
Issue-ID: CCSDK-1793
Signed-off-by: Shaaban Eltanany <shaaban.eltanany.ext@orange.com>
Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c
(cherry picked from commit 6c6ec71317d746bd744cd510a5da79956b8d176c)
Diffstat (limited to 'cds-ui/server/src/config')
-rw-r--r-- | cds-ui/server/src/config/app-config.ts | 12 |
1 files changed, 6 insertions, 6 deletions
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({ |