Insert migration1 objects. Also, Level1 id from Integer->Unicode
[mediagoblin.git] / mediagoblin / config_spec.ini
index c057f43265d892d0a9a06db6c587a13c1e3b292f..2d410899a232e6f123f599c059189db611834f7b 100644 (file)
@@ -28,7 +28,6 @@ email_smtp_pass = string(default=None)
 allow_registration = boolean(default=True)
 
 # tag parsing
-tags_delimiter = string(default=",")
 tags_max_length = integer(default=50)
 
 # Whether comments are ascending or descending
@@ -51,6 +50,11 @@ allow_attachments = boolean(default=False)
 # Cookie stuff
 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")
@@ -62,6 +66,11 @@ storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage
 base_dir = string(default="%(here)s/user_dev/media/queue")
 
 
+# Should we keep the original file?
+[media_type:mediagoblin.media_types.video]
+keep_original = boolean(default=False)
+
+
 [beaker.cache]
 type = string(default="file")
 data_dir = string(default="%(here)s/user_dev/beaker/cache/data")