diff options
Diffstat (limited to 'config_schema.json')
-rw-r--r-- | config_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_schema.json b/config_schema.json index f146edb..785bb44 100644 --- a/config_schema.json +++ b/config_schema.json @@ -31,6 +31,9 @@ "required": [":client"], "type": "object", "properties": { + ":datadir": { + "type": "string" + }, ":client": { "type": "object", "required": [":api_id", ":api_hash"], |