diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
commit | 17afd3f8c7a016d5103be949990efb695de865b5 (patch) | |
tree | 5fa9a3a0cbf418b7e4913e9aef2df3d5981030f3 /config_schema.json | |
parent | 5c238db1da48e6c1d51a3d00f6a661f99de03784 (diff) |
Limit the file storage by an optional quota
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 e77b8c3..ab25307 100644 --- a/config_schema.json +++ b/config_schema.json @@ -24,6 +24,9 @@ }, ":user": { "type": "string" + }, + ":quota": { + "type": "string" } } }, |