We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7411 commit b9167b2Copy full SHA for b9167b2
config/task_generator/task_generator.properties
@@ -21,15 +21,15 @@ RMM_EXCLUDED_TSO =
21
RMM_LOCAL_IMPORT = LITGRID
22
23
# MERGE CONFIGURATION FLAGS
24
-RUN_REPLACEMENT_RMM =
25
-RUN_REPLACEMENT_CGM =
26
-RUN_REPLACEMENT_LOCAL =
27
-RUN_SCALING_RMM =
28
-RUN_SCALING_CGM =
29
-UPLOAD_TO_OPDM_RMM =
30
-UPLOAD_TO_OPDM_CGM =
31
-UPLOAD_TO_MINIO_RMM =
32
-UPLOAD_TO_MINIO_CGM =
+RUN_REPLACEMENT_RMM = False
+RUN_REPLACEMENT_CGM = False
+RUN_REPLACEMENT_LOCAL = False
+RUN_SCALING_RMM = False
+RUN_SCALING_CGM = False
+UPLOAD_TO_OPDM_RMM = True
+UPLOAD_TO_OPDM_CGM = True
+UPLOAD_TO_MINIO_RMM = True
+UPLOAD_TO_MINIO_CGM = True
33
SEND_MERGE_REPORT_RMM = True
34
SEND_MERGE_REPORT_CGM = True
35
PRE_TEMP_FIXES = True
0 commit comments