diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-12-01 12:44:07 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-12-01 12:45:07 -0600 |
commit | 6740d034223f50cb74869f6e14b4b5a8dd059638 (patch) | |
tree | 3cf2d86d04b270ffef705c783d99c0756d925cd3 /mediagoblin.example.ini | |
parent | fd90f4c27304f42a5a392011e3ec6b5bc8c41aae (diff) | |
download | mediagoblin-6740d034223f50cb74869f6e14b4b5a8dd059638.tar.lz mediagoblin-6740d034223f50cb74869f6e14b4b5a8dd059638.tar.xz mediagoblin-6740d034223f50cb74869f6e14b4b5a8dd059638.zip |
Change the suggested data_basedir, and fix a typo
This commit sponsored by Raimund Sacherer. Thank you!
Diffstat (limited to 'mediagoblin.example.ini')
-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/ |