diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-25 11:41:24 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-11-25 11:41:24 -0600 |
commit | cfa96da734e633856282fcefb04e1fb231d85053 (patch) | |
tree | 3fe638e22914ecea7a102f2af78942274fc251d6 /mediagoblin.ini | |
parent | 99d2ac1d83962fb4dc38f01d63d2ad4036226765 (diff) | |
download | mediagoblin-cfa96da734e633856282fcefb04e1fb231d85053.tar.lz mediagoblin-cfa96da734e633856282fcefb04e1fb231d85053.tar.xz mediagoblin-cfa96da734e633856282fcefb04e1fb231d85053.zip |
Load multiple media types based on the media_types section of the config file
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 728ab2f2..dbde6e51 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -11,6 +11,9 @@ email_debug_mode = true # Set to false to disable registrations allow_registration = true +## Uncomment this to turn on video or enable other media types +# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video + ## Uncomment this to put some user-overriding templates here #local_templates = %(here)s/user_dev/templates/ |