aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/config_spec.ini
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-12-03 11:51:46 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-12-03 11:51:46 -0600
commit732ebe0cad8b53bed6399fb7d30c351c2a502c3d (patch)
tree4d78319515a0ad18159fe57635ad8506ae8619b3 /mediagoblin/config_spec.ini
parent7731e7c90bdd8d16f29b9be2cd73094e861e8bf6 (diff)
downloadmediagoblin-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/config_spec.ini')
-rw-r--r--mediagoblin/config_spec.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini
index 971b6153..cc1ac637 100644
--- a/mediagoblin/config_spec.ini
+++ b/mediagoblin/config_spec.ini
@@ -48,7 +48,7 @@ allow_reporting = boolean(default=True)
# Enable/disable terms of service
# ... Note: you can override the terms of service template on a
# per-site basis...
-show_tos = boolean(default=True)
+show_tos = boolean(default=False)
# By default not set, but you might want something like:
# "%(here)s/user_dev/templates/"