Skip to content

Commit

Permalink
Merge pull request #13 from rgdoliveira/9.99.x-prod_SRVLOGIC-231
Browse files Browse the repository at this point in the history
[9.99.x-prod] [SRVLOGIC-231] Disable question about collecting Quarkus analytics in prod devmode imag
  • Loading branch information
ricardozanini authored Feb 20, 2024
2 parents 515d790 + f3af168 commit 487fdf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/prod/kogito-swf-devmode-runtime/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ envs:
- name: QUARKUS_CONTINUOUS_TESTING
description: Whether to enable Quarkus continous testing on DevMode or not. Default to "disabled".
value: "disabled"
- name: QUARKUS_ANALYTICS_DISABLED
description: Whether to disable the Quarkus analytics data collecting on DevMode or not. Default to "true".
value: "true"
- name: KOGITO_CODEGEN_PROCESS_FAILONERROR
description: Boolean flag that will prevent Dev Mode to crash if the provided workflow is wrong.
value: "false"
Expand Down

0 comments on commit 487fdf2

Please sign in to comment.