parametrize outdated_offset to simplify sandbox usage

This commit is contained in:
Matthias
2018-08-07 09:25:21 +02:00
parent eca5c6f389
commit c9580b31d0
4 changed files with 61 additions and 68 deletions

View File

@@ -145,7 +145,8 @@ CONF_SCHEMA = {
'pattern': '^[0-9A-Z]+/[0-9A-Z]+$'
},
'uniqueItems': True
}
},
'outdated_offset': {'type': 'integer', 'minimum': 1}
},
'required': ['name', 'key', 'secret', 'pair_whitelist']
}