In developing i use the fauxton. But it is anoying keep using the login due to timeout. Is it possible to disable the timeout login for fauxton to avoid this problem in developing? Thank you
How to disable timeout in fauxton
- Open Fauxton
- Go to the configuration page
- Under
chttpd_auth
there may or may not be atimeout
entry. If there is delete it. - Click "Add option". Fill out the form where "section" is
chttpd_auth
, "name" istimeout
, and "value" is the timeout in seconds.
you can also edit this in the
config/local.d/docker.ini
file under [chttpd_auth]
set timeout = 604800
or as needed –
Biramous © 2022 - 2024 — McMap. All rights reserved.
chttpd_auth
in v3.2: docs.couchdb.org/en/stable/config/auth.html#chttpd_auth/timeout – Whitaker