diff options
-rw-r--r-- | mediagoblin.example.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mediagoblin.example.ini b/mediagoblin.example.ini index 7899d7ca..17b123fb 100644 --- a/mediagoblin.example.ini +++ b/mediagoblin.example.ini @@ -5,10 +5,11 @@ # 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/ |