aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.ini
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2012-11-14 20:31:03 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2012-11-16 12:59:25 +0100
commitee97ac6c2f8629aee958391f1f6337b1983529d0 (patch)
treeb81d7c1628ac48971399a016981e80d346bab319 /mediagoblin.ini
parentfd79d33a877c97a26706931bdf0988469ad37504 (diff)
downloadmediagoblin-ee97ac6c2f8629aee958391f1f6337b1983529d0.tar.lz
mediagoblin-ee97ac6c2f8629aee958391f1f6337b1983529d0.tar.xz
mediagoblin-ee97ac6c2f8629aee958391f1f6337b1983529d0.zip
Add geolocation_visible setting to mediagoblin.ini
Place the geolocation_visible setting (defaults to false) in mediagoblin.ini to make it more discoverable (I needed to check the source to find out how to enable it). I'd vote for a default of true, we should come with some batteries included IMHO.. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r--mediagoblin.ini3
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