Skip to content

Commit

Permalink
[#4874] Add config option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 1, 2019
1 parent b8d8f1f commit c19c889
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/maintaining/configuration.rst
Expand Up @@ -1189,6 +1189,23 @@ Default value: ``text plain text/plain``

Plain text based resource formats that will be rendered by the Text view plugin (``text_view``)


.. _ckan.recline.dataproxy_url:

ckan.recline.dataproxy_url
^^^^^^^^^^^^^^^^^^^^^^^^^^

Example::

ckan.recline.dataproxy_url = https://mydataproxy.example.com

Default value: ``//jsonpdataproxy.appspot.com``

Custom URL to a self-hosted DataProxy instance. The DataProxy is an external service currently used to stream data in
JSON format to the Recline-based views when data is not on the DataStore. The main instance is deprecated and will
be eventually shut down, so users that require it can host an instance themselves and use this configuration option
to point Recline to it.

.. end_resource-views
Theming Settings
Expand Down

0 comments on commit c19c889

Please sign in to comment.