diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-08-17 16:51:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-17 16:51:47 +0000 |
commit | 920fb3ea364a3131a36adb1dbad272410680e2fd (patch) | |
tree | 5708438e5adeab178208640863b98ad5ff83a77d | |
parent | ff6f166e6a55f98abd2d19052e75aa2a4740a912 (diff) | |
parent | 1593bc2ae9c4cbc8f07c69a4371d3f310bf2e037 (diff) |
Merge "disable GRPC bydefault"
-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 10b334b56..5b4a6ec54 100644 --- a/cds-ui/server/src/config/app-config.ts +++ b/cds-ui/server/src/config/app-config.ts @@ -16,7 +16,7 @@ export const appConfig = Object.freeze({ action: Object.freeze({ // deployBlueprint: Object.freeze({ - grpcEnabled: process.env.APP_ACTION_DEPLOY_BLUEPRINT_GRPC_ENABLED || true + grpcEnabled: false // process.env.APP_ACTION_DEPLOY_BLUEPRINT_GRPC_ENABLED || true // }) }) }); |