aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r--mediagoblin.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini
index 4906546a..4799b248 100644
--- a/mediagoblin.ini
+++ b/mediagoblin.ini
@@ -33,6 +33,10 @@ allow_registration = true
## install other themes.
# theme = airy
+# Set to true to run an instance with no authentication plugins enabled.
+# You will not be able to login or register
+no_auth = false
+
[storage:queuestore]
base_dir = %(here)s/user_dev/media/queue
@@ -47,3 +51,4 @@ base_url = /mgoblin_media/
# documentation for details.
[plugins]
[[mediagoblin.plugins.geolocation]]
+[[mediagoblin.plugins.basic_auth]]