diff --git a/README.md b/README.md index 2647b8f..a9d6655 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Sample config file "delay": 5, "row_per_batch": 50, "startDate": "2023-08-01", //yyyy-mm-dd tanggal data dicari dimulai - "endDate": "2024-12-30", //yyyy-mm-dd tanggal data dicari berakhir - "mcuID": "56" + "endDate": "2025-12-30", //yyyy-mm-dd tanggal data dicari berakhir } ``` diff --git a/config-point-member.json b/config-point-member.json index 52c1f71..c3b61b2 100644 --- a/config-point-member.json +++ b/config-point-member.json @@ -5,6 +5,6 @@ ], "delay": 5, "row_per_batch": 50, - "startDate": "2022-08-01", - "endDate": "2024-12-30" + "startDate": "2023-08-01", + "endDate": "2025-12-30" } \ No newline at end of file