Try ipython-based shell first, falling back to plain shell
[mediagoblin.git] / mediagoblin / config_spec.ini
index 01853e48528b3522d0bd55361a9e5ce10d21156d..17df281975dac20883bc239ad513e589f9be591b 100644 (file)
@@ -60,6 +60,13 @@ push_urls = string_list(default=list())
 exif_visible = boolean(default=False)
 geolocation_map_visible = boolean(default=False)
 
+# Theming stuff
+theme_install_dir = string(default="%(here)s/user_dev/themes/")
+theme_web_path = string(default="/theme_static/")
+theme_linked_assets_dir = string(default="%(here)s/user_dev/theme_static/")
+theme = string()
+
+
 [storage:publicstore]
 storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")
 base_dir = string(default="%(here)s/user_dev/media/public")
@@ -95,6 +102,7 @@ vorbis_quality = float(default=0.3)
 
 
 [media_type:mediagoblin.media_types.audio]
+keep_original = boolean(default=True)
 # vorbisenc qualiy
 quality = float(default=0.3)
 create_spectrogram = boolean(default=True)