fantonangeli commented on code in PR #2532:
URL:
https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1725164422
##########
packages/kogito-management-console/README.md:
##########
@@ -70,18 +70,18 @@ This package contains the `Containerfile/Dockerfile` and
scripts to build a cont
[comment]: <> (//TODO: Use EnvJson.schema.json to generate this
documentation somehow.. See https://github.com/kiegroup/kie-issues/issues/16)
- | Name |
Description |
Default |
- | :----------------------------------------------------: |
:-----------------------------------------------------------: |
:------------------------------------------------------------------------------------------:
|
- | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE` | Env Mode: "PROD"
or "DEV". PROD enables Keycloak integration. |
"PROD" |
- | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_APP_NAME` |
Management Console app name. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_APP_VERSION` |
Management Console app version. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT` | The URL
that points to the Data Index service. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_DISABLE_HEALTH_CHECK` |
Disables Keycloak health-check. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_UPDATE_TOKEN_VALIDITY` |
Update token validity in minutes. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_HEALTH_CHECK_URL` |
Keycloak health-check URL. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_REALM` |
Keycloak realm name. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_URL` |
Keycloak auth URL. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
- | `KOGITO_CONSOLES_KEYCLOAK_CLIENT_ID` |
Keycloak Client ID. | See [ defaultEnvJson.ts
](../runtime-tools-managment-console-webapp/build/defaultEnvJson.js) |
+ | Name |
Description |
Default |
+ | :----------------------------------------------------: |
:-----------------------------------------------------------: |
:-------------------------------------------------------------------------------------------:
|
+ | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE` | Env Mode: "PROD"
or "DEV". PROD enables Keycloak integration. |
"PROD" |
+ | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_APP_NAME` |
Management Console app name. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_APP_VERSION` |
Management Console app version. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `RUNTIME_TOOLS_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT` | The URL
that points to the Data Index service. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_DISABLE_HEALTH_CHECK` |
Disables Keycloak health-check. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_UPDATE_TOKEN_VALIDITY` |
Update token validity in minutes. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_HEALTH_CHECK_URL` |
Keycloak health-check URL. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_REALM` |
Keycloak realm name. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_URL` |
Keycloak auth URL. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
+ | `KOGITO_CONSOLES_KEYCLOAK_CLIENT_ID` |
Keycloak Client ID. | See [ defaultEnvJson.js
](../runtime-tools-management-console-webapp/build/defaultEnvJson.js) |
Review Comment:
The change from `ts` to `js` is because the file linked is a `js` so I
thought the `ts` was also a typo.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]