Remove old enable_video config option

This commit is contained in:
Christopher Allan Webber 2011-11-25 11:42:03 -06:00
parent cfa96da734
commit f47a7a8c92

View File

@ -51,8 +51,6 @@ allow_attachments = boolean(default=False)
# Cookie stuff
csrf_cookie_name = string(default='mediagoblin_csrftoken')
# Media types
enable_video = boolean(default=False)
[storage:publicstore]
storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")