Skip to content

Commit

Permalink
Fix to documentation of file upload parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones authored and amercader committed Aug 20, 2012
1 parent 9e16c46 commit 4db4077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Storage Settings
----------------

.. index::
single: ckan.storage.bucket, ckan.storage.directory
single: ckan.storage.bucket, ofs.storage_dir

ckan.storage.bucket
^^^^^^^^^^^^^^^^^^^
Expand All @@ -285,12 +285,12 @@ Default value: ``None``

This setting will change the bucket name for the uploaded files.

ckan.storage.directory
^^^^^^^^^^^^^^^^^^^^^^
ofs.storage_dir
^^^^^^^^^^^^^^^

Example::

ckan.storage.directory = /data/uploads/
ofs.storage_dir = /data/uploads/

Default value: ``None``

Expand Down

0 comments on commit 4db4077

Please sign in to comment.