Added exif_visisble and geolocation_map_visible to config_spec
This commit is contained in:
parent
a180ca264e
commit
5907222c0b
@ -53,6 +53,9 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
|
||||
# Push stuff
|
||||
push_urls = string_list(default=list())
|
||||
|
||||
exif_visible = boolean(default=False)
|
||||
geolocation_map_visible = boolean(default=False)
|
||||
|
||||
[storage:publicstore]
|
||||
storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")
|
||||
base_dir = string(default="%(here)s/user_dev/media/public")
|
||||
|
Loading…
x
Reference in New Issue
Block a user