Removed debugging exception
[mediagoblin.git] / mediagoblin.ini
index aee485952f96d4f2cf09b7cdc034cc68c83d9cc1..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/
@@ -27,9 +31,6 @@ allow_registration = true
 ## install other themes.
 # theme = airy
 
-# Should geotagged images be displayed with a map of the location?
-geolocation_map_visible = true
-
 [storage:queuestore]
 base_dir = %(here)s/user_dev/media/queue
 
@@ -43,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]]