diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-11 15:30:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-11 15:30:37 +0000 |
commit | b12478e07f51f4ad8bc8c18266289d60f4d78f21 (patch) | |
tree | 212708a732baf6128c4fa7a7d2e28da7775df484 /cds-ui/server/src/config/app-config.ts | |
parent | d71ba83a6075950877963fef084a5f6e4aa598ba (diff) | |
parent | 6c6ec71317d746bd744cd510a5da79956b8d176c (diff) |
Merge "Remove Controller API url and use blueprintProcessorApi url instead Issue-ID: CCSDK-1793"
Diffstat (limited to 'cds-ui/server/src/config/app-config.ts')
-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({ |