diff options
-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 |