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 /src/couchdb/couch_config.erl | |
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 'src/couchdb/couch_config.erl')
-rw-r--r-- | src/couchdb/couch_config.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_config.erl b/src/couchdb/couch_config.erl index 6822dc5c..8bce5718 100644 --- a/src/couchdb/couch_config.erl +++ b/src/couchdb/couch_config.erl @@ -158,4 +158,4 @@ handle_info({'DOWN', _, _, DownPid, _}, #config{notify_funs=PidFuns}=Config) -> terminate(_Reason, _State) -> ok. %% @doc Unused -code_change(_OldVersion, State, _Extra) -> {ok, State}.
\ No newline at end of file +code_change(_OldVersion, State, _Extra) -> {ok, State}. |