X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=mediagoblin.ini;h=bed6973787d7b4935914d816ea695fef78d420a9;hb=b7a3798e1806eb52a244088fb600376ff25e0de9;hp=aee485952f96d4f2cf09b7cdc034cc68c83d9cc1;hpb=f52301d26166b706cbbbe854c83fda3a06e6be9b;p=mediagoblin.git diff --git a/mediagoblin.ini b/mediagoblin.ini index aee48595..bed69737 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -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]]