Skip to content

Commit

Permalink
Removed use of sonataflowOpenApiBaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed May 29, 2024
1 parent bae7a82 commit 2a02cf5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/sonataflow-management-console-webapp/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
default: "http://localhost:4000/graphql",
description: "URL for the Data Index service",
},
SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowOpenApiBaseUrl: {
default: "http://localhost:4000",
description: "Base URL for the OpenAPI",
},
SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode: {
default: "DEV",
description: "DEV or PROD. PROD enables Keycloak integration",
Expand All @@ -46,9 +42,6 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
return {
sonataflowManagementConsoleWebapp: {
sonataflowDataIndexUrl: getOrDefault(this.vars.SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowDataIndexUrl),
sonataflowOpenApiBaseUrl: getOrDefault(
this.vars.SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowOpenApiBaseUrl
),
sonataflowEnvMode: getOrDefault(this.vars.SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__sonataflowEnvMode),
host: getOrDefault(this.vars.SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__host),
port: getOrDefault(this.vars.SONATAFLOW_MANAGEMENT_CONSOLE_WEBAPP__port),
Expand Down

0 comments on commit 2a02cf5

Please sign in to comment.