diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-09-16 20:24:48 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-09-16 20:24:48 +0000 |
commit | 70155ce87a85a5b70a225f350863e7ed50097345 (patch) | |
tree | c70671528ecbf4574e3718be0291ed52e5759d08 /share/www/index.html | |
parent | 7748f4bdc38d34b6c078693446ce638e2d0767ae (diff) |
Add HTTP API for getting the complete config, and add a page to Futon that displays the configuration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/index.html b/share/www/index.html index d0cc4786..54cc9e15 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -88,6 +88,7 @@ specific language governing permissions and limitations under the License. <li><span>Tools</span><ul> <li><a href="browse/index.html" target="content">Overview</a></li> <li><a href="replicator.html" target="content">Replicator</a></li> + <li><a href="config.html" target="content">Configuration</a></li> <li><a href="couch_tests.html" target="content">Test Suite</a></li> </ul></li> <li><span>Databases</span> |