diff options
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index f10a452f..b6a13f31 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,6 +27,9 @@ allow_registration = true ## install other themes. # theme = airy +# Should geotagged images be displayed with a map of the location? +geolocation_map_visible = false + [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |