diff --git a/config.sample.json b/config.sample.json index 1c4a41e..9a6dd54 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,16 +1,19 @@ { "$schema": "https://raw.githubusercontent.com/KevinNitroG/check-phat-nguoi/refs/heads/main/schemas/config.json", - "plates": [ + "plates_infos": [ { "plate": "59XA00000", - "owner": "@kevinnitro", - "api": "csgt.vn", "type": 2 }, + { + "plate": "59XA00001", + "type": "motorbike", + "owner": "@kevinnitro" + }, { "plate": "59XA00001", "owner": "@ntgnguyen", - "type": "motorbike" + "type": "electric_motorbike" }, { "plate": "60A64685", @@ -20,21 +23,28 @@ }, { "plate": "98A56604", - "type": 1 + "type": "car", + "api": ["csgt.vn", "checkphatnguoi.vn"] }, { "plate": "30F88251", "type": 1 } ], - "api": "checkphatnguoi.vn", + "api": ["checkphatnguoi.vn", "csgt.vn", "csgt.vn"], "notifications": [ { "telegram": { "bot_token": "2780473231:weiruAShGUUx4oLOMoUhd0GiREXSZcCq-uB", "chat_id": "-1001790012349" + } + }, + { + "telegram": { + "bot_token": "2128973231:weasjdf2GUUx4oLOMoUhd0GiREXSZcCq-uA", + "chat_id": "-1001799817459" }, - "enabled": true + "enabled": false } ], "pending_fines_only": true,