diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-09 19:54:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 19:54:58 +0000 |
commit | 77339e32345330f20421987bee7597f6419402b8 (patch) | |
tree | 67be1b5b4a89a1a627405fcbb36e5611dedf07d8 /cds-ui/server/src/config/app-config.ts | |
parent | 44394f3fb4953b11574d2686501d50809efc7195 (diff) | |
parent | dbca241c5896c093edeaccd28a5a0768a9991314 (diff) |
Merge "Changed URL in server for backend"
Diffstat (limited to 'cds-ui/server/src/config/app-config.ts')
-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({ |