datasette create-token command, refs #1859

This commit is contained in:
Simon Willison 2022-10-25 21:26:12 -07:00
commit c7956eed77
7 changed files with 130 additions and 8 deletions

View file

@ -806,6 +806,7 @@ def test_settings_json(app_client):
"max_returned_rows": 100,
"sql_time_limit_ms": 200,
"allow_download": True,
"allow_signed_tokens": True,
"allow_facet": True,
"suggest_facets": True,
"default_cache_ttl": 5,