Skip to content

Commit

Permalink
Merge branch '848-finishing-configuration-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Oct 7, 2013
2 parents 59504d7 + 958027d commit 23ab179
Showing 1 changed file with 30 additions and 34 deletions.
64 changes: 30 additions & 34 deletions doc/configuration.rst
Expand Up @@ -450,14 +450,14 @@ Default value: ``false``
Controls whether the default search page (``/dataset``) should show only
standard datasets or also custom dataset types.

.. _search.facets.limits:
.. _search.facets.limit:

search.facets.limits
^^^^^^^^^^^^^^^^^^^^
search.facets.limit
^^^^^^^^^^^^^^^^^^^

Example::

search.facets.limits = 100
search.facets.limit = 100

Default value: ``50``

Expand Down Expand Up @@ -902,6 +902,8 @@ Example (showing insertion of Google Analytics code)::
</script>
<!-- /Google Analytics -->

.. note:: This is only for legacy code, and shouldn't be used anymore.

.. _ckan.template_title_deliminater:

ckan.template_title_deliminater
Expand Down Expand Up @@ -957,20 +959,7 @@ Example::

Default value: ``None``

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

.. _ckan.storage.key_prefix:

ckan.storage.key_prefix
^^^^^^^^^^^^^^^^^^^^^^^

Example::

ckan.storage.key_prefix = ckan-file/

Default value: ``file/``

This setting will change the prefix for the uploaded files. This is only for ``pairtree``.
This changes the bucket name for the uploaded files.

.. _ckan.storage.max_content_length:

Expand Down Expand Up @@ -1011,20 +1000,31 @@ Default value: ``None``

Only used with the local storage backend. Use this to specify where uploaded files should be stored, and also to turn on the handling of file storage. The folder should exist, and will automatically be turned into a valid pairtree repository if it is not already.

.. _ckan.storage.key_prefix:

ckan.storage.key_prefix
^^^^^^^^^^^^^^^^^^^^^^^

Example::

ckan.storage.key_prefix = ckan-file/

Default value: ``file/``

Only used with the local storage backend. This changes the prefix for the uploaded files.

.. _ofs.aws_access_key_id:

ofs.aws_access_key_id
^^^^^^^^^^^^^^^^^^^^^

Example::

ofs.aws_access_key_id = your_key_id_here
ofs.aws_access_key_id = 022QF06E7MXBSH9DHM02

Default value: ``None``

Only used with the Amazon S3 storage backend.

.. todo:: Expand
Only used with the Amazon S3 storage backend. Configure with your AWS Access Key ID.

.. _ofs.aws_secret_access_key:

Expand All @@ -1033,13 +1033,11 @@ ofs.aws_secret_access_key

Example::

ofs.aws_secret_access_key = your_secret_access_key_here
ofs.aws_secret_access_key = kWcrlUX5JEDGM/LtmEENI/aVmYvHNif5zB+d9+ct

Default value: ``None``

Only used with the Amazon S3 storage backend.

.. todo:: Expand
Only used with the Amazon S3 storage backend. Configure with your AWS Secret Access Key.

.. _ofs.gs_access_key_id:

Expand All @@ -1048,13 +1046,12 @@ ofs.gs_access_key_id

Example::

ofs.gs_access_key_id = your_key_id_here
ofs.gs_access_key_id = GOOGTS7C7FUP3AIRVJTE

Default value: ``None``

Only used with the Google storage backend.

.. todo:: Expand
Only used with the Google storage backend. Configure with your Google Storage
Access Key ID.

.. _ofs.gs_secret_access_key:

Expand All @@ -1063,13 +1060,12 @@ ofs.gs_secret_access_key

Example::

ofs.gs_secret_access_key = your_secret_access_key_here
ofs.gs_secret_access_key = bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ

Default value: ``None``

Only used with the Google storage backend.

.. todo:: Expand
Only used with the Google storage backend. Configure with your Google Storage
Secret Access Key.


DataPusher Settings
Expand Down

0 comments on commit 23ab179

Please sign in to comment.