diff options
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index f10a452f..aee48595 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 = true + [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |