20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"paths": {
|
|
"input_dir": "Entradas_archivos",
|
|
"output_dir": "Salidas_archivos",
|
|
"temp_dir": "temp"
|
|
},
|
|
"filters": {
|
|
"min_kb": 5,
|
|
"min_width": 0,
|
|
"min_height": 0
|
|
},
|
|
"dedup": {"enabled": true},
|
|
"output": {"format": "zip"},
|
|
"logging": {
|
|
"level": "INFO",
|
|
"log_file": "logs/run.log",
|
|
"format": "%(asctime)s | %(levelname)s | %(message)s",
|
|
"datefmt": "%Y-%m-%d %H:%M:%S"
|
|
}
|
|
} |