diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-12-03 11:51:46 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-12-03 11:51:46 -0600 |
commit | 732ebe0cad8b53bed6399fb7d30c351c2a502c3d (patch) | |
tree | 4d78319515a0ad18159fe57635ad8506ae8619b3 /mediagoblin.ini | |
parent | 7731e7c90bdd8d16f29b9be2cd73094e861e8bf6 (diff) | |
download | mediagoblin-732ebe0cad8b53bed6399fb7d30c351c2a502c3d.tar.lz mediagoblin-732ebe0cad8b53bed6399fb7d30c351c2a502c3d.tar.xz mediagoblin-732ebe0cad8b53bed6399fb7d30c351c2a502c3d.zip |
Turning off the Terms of Service feature by default
This commit sponsored by Jessica Coates. Thank you!
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 9a631302..fe9d5cd2 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -32,8 +32,8 @@ allow_reporting = true ## install other themes. # theme = airy -## If you don't want the terms of service displayed, you can uncomment this -# show_tos = false +## If you want the terms of service displayed, you can uncomment this +# show_tos = true [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |