Skip to content

Commit

Permalink
chore: sample config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Dec 26, 2024
1 parent db3e0c1 commit 5704286
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
config.json

# Created by https://www.toptal.com/developers/gitignore/api/python,venv
# Edit at https://www.toptal.com/developers/gitignore?templates=python,venv

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
hooks:
- id: check-github-workflows
- id: check-metaschema
files: config.json
files: config.sample.json

- repo: local
hooks:
Expand Down
8 changes: 5 additions & 3 deletions config.json → config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"owner": "@kevinnitro"
},
{
"plate": "60A64685"
"plate": "60A64685",
"owner": "dad"
},
{
"plate": "98A56604"
Expand All @@ -23,9 +24,10 @@
"telegram": {
"bot_token": "2780473231:weiruAShGUUx4oLOMoUhd0GiREXSZcCq-uB",
"chat_id": "-1001790012349"
}
},
"enabled": true
}
],
"havent_paid_only": true,
"log_level": "DEBUG"
"log_level": "INFO"
}

0 comments on commit 5704286

Please sign in to comment.