docs: Add chapter on upgrading, inc. system Python upgrades [#972].
[mediagoblin.git] / mediagoblin.example.ini
index 7899d7ca428850df7508aa7c7d9fdd9cbc598e75..7b528359696687036e57141863a217e46744681f 100644 (file)
@@ -2,13 +2,14 @@
 # mediagoblin_local.ini, then make the changes there.
 #
 # If you don't see what you need here, have a look at mediagoblin/config_spec.ini
-# It defines types and defaults so its a good place to look for documentation
-# or to find hidden options that we didnt tell you about. :)
+# It defines types and defaults so it's a good place to look for documentation
+# or to find hidden options that we didn't tell you about. :)
 
-# To chnange the directory you should make sure you change the
+# To change the directory you should make sure you change the
 # directory in paste.ini and/or your webserver configuration.
-#[DEFAULT]
-# data_basedir = "/path/to/data/directory"
+#
+# [DEFAULT]
+# data_basedir = "/var/lib/mediagoblin"
 
 [mediagoblin]
 direct_remote_path = /mgoblin_static/
@@ -56,4 +57,5 @@ base_url = /mgoblin_media/
 [plugins]
 [[mediagoblin.plugins.geolocation]]
 [[mediagoblin.plugins.basic_auth]]
+[[mediagoblin.plugins.processing_info]]
 [[mediagoblin.media_types.image]]