diff options
Diffstat (limited to 'mediagoblin.example.ini')
-rw-r--r-- | mediagoblin.example.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini index 6648fb91..b1769e2d 100644 --- a/mediagoblin.example.ini +++ b/mediagoblin.example.ini @@ -9,7 +9,7 @@ # directory in paste.ini and/or your webserver configuration. # # [DEFAULT] -# data_basedir = "/var/lib/mediagoblin" +# data_basedir = %(here)s/user_dev [mediagoblin] direct_remote_path = /mgoblin_static/ @@ -61,7 +61,7 @@ base_dir = %(data_basedir)s/media/public base_url = /mgoblin_media/ [celery] -# Put celery stuff here +# CELERY_DEFAULT_QUEUE = "default" # Place plugins here, each in their own subsection of [plugins]. # See http://docs.mediagoblin.org/siteadmin/plugins.html for details. |