Skip to content

Commit

Permalink
Docs for TwoRavens/GeoconnectDebug settings
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Feb 24, 2016
1 parent 48798ff commit 63947e5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,14 @@ The relative path URL to which users will be sent after signup. The default sett
:TwoRavensUrl
+++++++++++++

The location of your TwoRavens installation.
The location of your TwoRavens installation. Activation of TwoRavens also requires the setting below, ``TwoRavensTabularView``

:TwoRavensTabularView
+++++++++++++++++++

Set ``TwoRavensTabularView`` to true to allow a user to view tabular files via the TwoRavens application maps. This boolean effects whether a user will see the "Explore" button.

``curl -X PUT -d true http://localhost:8080/api/admin/settings/:TwoRavensTabularView``

:GeoconnectCreateEditMaps
+++++++++++++++++++++++++
Expand All @@ -377,6 +384,13 @@ Set ``GeoconnectViewMaps`` to true to allow a user to view existing maps. This b

``curl -X PUT -d true http://localhost:8080/api/admin/settings/:GeoconnectViewMaps``

:GeoconnectDebug
+++++++++++++++++++

For Development only. Set ``GeoconnectDebug`` to true to allow a user to see SQL that can be used to insert mock map data into the database.

``curl -X PUT -d true http://localhost:8080/api/admin/settings/:GeoconnectDebug``

:SearchHighlightFragmentSize
++++++++++++++++++++++++++++

Expand Down

1 comment on commit 63947e5

@raprasad
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of #2135 and #2957

Please sign in to comment.