Skip to content

Commit b9167b2

Browse files
authored
Update task_generator.properties
changed merge configuration Flags for replacement and scaling to false
1 parent d2a7411 commit b9167b2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/task_generator/task_generator.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ RMM_EXCLUDED_TSO =
2121
RMM_LOCAL_IMPORT = LITGRID
2222

2323
# 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 =
24+
RUN_REPLACEMENT_RMM = False
25+
RUN_REPLACEMENT_CGM = False
26+
RUN_REPLACEMENT_LOCAL = False
27+
RUN_SCALING_RMM = False
28+
RUN_SCALING_CGM = False
29+
UPLOAD_TO_OPDM_RMM = True
30+
UPLOAD_TO_OPDM_CGM = True
31+
UPLOAD_TO_MINIO_RMM = True
32+
UPLOAD_TO_MINIO_CGM = True
3333
SEND_MERGE_REPORT_RMM = True
3434
SEND_MERGE_REPORT_CGM = True
3535
PRE_TEMP_FIXES = True

0 commit comments

Comments
 (0)