diff options
-rw-r--r-- | mediagoblin.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index f10a452f..31877742 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -16,6 +16,8 @@ email_debug_mode = true allow_registration = true ## Uncomment this to turn on video or enable other media types +## You may have to install dependencies, and will have to run ./bin/dbupdate +## See http://docs.mediagoblin.org/siteadmin/media-types.html for details. # media_types = mediagoblin.media_types.image, mediagoblin.media_types.video ## Uncomment this to put some user-overriding templates here |