Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
fix: sample config match schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 10, 2025
1 parent 7d4e4e5 commit 4b442a6
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions config.sample.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 4b442a6

Please sign in to comment.