diff options
Diffstat (limited to 'uploader/default_settings.py')
| -rw-r--r-- | uploader/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/default_settings.py b/uploader/default_settings.py index bb3a967..52cdad5 100644 --- a/uploader/default_settings.py +++ b/uploader/default_settings.py @@ -32,4 +32,4 @@ JWKS_DELETION_AGE_DAYS = 14 # Days (from creation) to keep a JWK around before d ## --- Feature flags --- -FEATURE_FLAGS_HTTP = [] +FEATURE_FLAGS_HTTP: list[str] = [] |
