Unverified Commit a38ec54d authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #212 from nikhildoifode/na-1253

Changed default timeout to 365 days from 10 min with persistent cookie
parents 11eeb1f0 3ce12762
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -191,6 +191,11 @@ couchdbConfig:
    # chttpd.require_valid_user disables all the anonymous requests to the port
    # 5984 when is set to true.
    require_valid_user: false
  couch_httpd_auth:
    # Setting default timeout to 365 days (365*24*60*60)
    timeout: 31536000
    require_valid_user: true
    allow_persistent_cookies: true

# Kubernetes local cluster domain.
# This is used to generate FQDNs for peers when joining the CouchDB cluster.