diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-08 13:37:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-08 13:37:50 +0000 |
commit | f6dcf43ffee549b1db9ec2e09e4122b2b84c2364 (patch) | |
tree | 5df009d26611b3c65e03a02eab33f94c98d88cba /cds-ui/server/config | |
parent | 8607db90d88ab2a1bec4f3fc4be22f16d09d1a29 (diff) | |
parent | 2ac64f2e1ab92dcb2f36cfdd95331964009820cf (diff) |
Merge "CDS-UI: support gRPC integration with blueprint processor mS - For deploy blueprint functionality"
Diffstat (limited to 'cds-ui/server/config')
-rw-r--r-- | cds-ui/server/config/app-config.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cds-ui/server/config/app-config.ts b/cds-ui/server/config/app-config.ts deleted file mode 100644 index 80f246427..000000000 --- a/cds-ui/server/config/app-config.ts +++ /dev/null @@ -1,9 +0,0 @@ -export const controllerApiConfig = Object.freeze({ - url: process.env.API_BLUEPRINT_CONTROLLER_BASE_URL || "http://localhost:8080/api/v1", - authToken: process.env.API_BLUEPRINT_CONTROLLER_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" -}); - -export const processorApiConfig = Object.freeze({ - url: process.env.API_BLUEPRINT_PROCESSOR_BASE_URL || "http://localhost:8081/api/v1", - authToken: process.env.API_BLUEPRINT_PROCESSOR_AUTH_TOKEN || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" -});
\ No newline at end of file |