Add configuration validation with jsonschema
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
a7c9f1455e
commit
17f0948aeb
6 changed files with 30 additions and 7 deletions
4
config.example.json
Normal file
4
config.example.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"chat_id": 99,
|
||||
"auth_key": "hash"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue