Skip to content

Commit

Permalink
[SRVLOGIC-231] Disable question about collecting Quarkus analytics in…
Browse files Browse the repository at this point in the history
… prod devmode image
  • Loading branch information
rgdoliveira committed Mar 7, 2024
1 parent 4efd8a2 commit 8a4ea8e
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 8a4ea8e

Please sign in to comment.