Updated Branches: refs/heads/1744-single-config-file e1d609668 -> 3fd7500f2
Keep placeholder for couch_httpd_auth/secret value. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9f7d86b8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9f7d86b8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9f7d86b8 Branch: refs/heads/1744-single-config-file Commit: 9f7d86b878d0732ed14bca8689dbe38650fd4c15 Parents: e1d6096 Author: Alexander Shorin <[email protected]> Authored: Sun Jul 7 19:21:29 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Sun Jul 7 19:21:29 2013 +0400 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9f7d86b8/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 88b156b..89eeec1 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -299,6 +299,9 @@ authentication_redirect = /_utils/session.html ; ;require_valid_user = false +; Authentication secret. Sets automatically on first auth if was unset. +secret = + ; Number of seconds since the last request before session will be expired. timeout = 600
