Skip to content

Commit

Permalink
Merge pull request #20 from rgdoliveira/SRVLOGIC-231
Browse files Browse the repository at this point in the history
[SRVLOGIC-231] Disable question about collecting Quarkus analytics in prod devmode image
  • Loading branch information
rgdoliveira authored Mar 8, 2024
2 parents 34e088c + 8a4ea8e commit d218369
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 d218369

Please sign in to comment.