diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-30 14:25:29 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-11-30 14:25:29 -0600 |
commit | e5c4f678ecda2cd8b320af9ea3f01592b932289b (patch) | |
tree | 37c85fb894409ba56e5ce4a881818097adfbb87c | |
parent | a3845c04eeba7822dd8fd25b4e710b593eeb6888 (diff) | |
download | mediagoblin-e5c4f678ecda2cd8b320af9ea3f01592b932289b.tar.lz mediagoblin-e5c4f678ecda2cd8b320af9ea3f01592b932289b.tar.xz mediagoblin-e5c4f678ecda2cd8b320af9ea3f01592b932289b.zip |
Provide an easy option to turn off the terms of service
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 874ebcbd..9a631302 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -32,6 +32,9 @@ 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 + [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |