Removed debugging exception
[mediagoblin.git] / mediagoblin.ini
index f10a452f87183890454f2b30a63cdbc0d4335e63..bed6973787d7b4935914d816ea695fef78d420a9 100644 (file)
@@ -1,5 +1,9 @@
 # If you want to make changes to this file, first copy it to
 # mediagoblin_local.ini, then make the changes there.
+#
+# If you don't see what you need here, have a look at mediagoblin/config_spec.ini
+# It defines types and defaults so it’s a good place to look for documentation
+# or to find hidden options that we didn’t tell you about. :)
 
 [mediagoblin]
 direct_remote_path = /mgoblin_static/
@@ -40,3 +44,4 @@ base_url = /mgoblin_media/
 # place plugins here---each in their own subsection of [plugins]. see
 # documentation for details.
 [plugins]
+[[mediagoblin.plugins.geolocation]]