added title tags to various pages and marked a string translatable
[mediagoblin.git] / mediagoblin.ini
index 728ab2f207055cddcc0dc82000e048569eca471e..ba7df36ab2653f7476676350c5da98e3829e19f6 100644 (file)
@@ -5,12 +5,19 @@
 direct_remote_path = /mgoblin_static/
 email_sender_address = "notice@mediagoblin.example.org"
 
+## Uncomment and change to your DB's appropiate setting.
+## Default is a local sqlite db "mediagoblin.db".
+# sql_engine = postgresql:///gmg
+
 # set to false to enable sending notices
 email_debug_mode = true
 
 # Set to false to disable registrations
 allow_registration = true
 
+## Uncomment this to turn on video or enable other media types
+# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
+
 ## Uncomment this to put some user-overriding templates here
 #local_templates = %(here)s/user_dev/templates/
 
@@ -23,3 +30,8 @@ base_url = /mgoblin_media/
 
 [celery]
 # Put celery stuff here
+
+# place plugins here---each in their own subsection of [plugins]. see
+# documentation for details.
+#[plugins]
+