Skip to content

Commit

Permalink
[docs] Clarify where to put filestore config lines in ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed May 7, 2012
1 parent 8947302 commit 7a73126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/filestore.rst
Expand Up @@ -10,9 +10,8 @@ Setup and Configuration
=======================

By default storage is disabled. To enable it, all you need to do is configure
where files will be stored.

Common configuration options::
where files will be stored. Add the following lines afer the ``[app:main]``
line in your CKAN config file::

## Required
## 'Bucket' (subdirectory for file based storage) to use for file storage
Expand All @@ -29,7 +28,8 @@ Important: you must install pairtree library for local storage to function::
pip install pairtree

For local file storage add to your config::
To enable local file storage add the following lines to your CKAN config file,
after the ``[app:main]`` line::

## OFS configuration
ofs.impl = pairtree
Expand Down

0 comments on commit 7a73126

Please sign in to comment.