Commit 3ce12762 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Changed to 365 days with persistent cookie

parent 2f0ba1f0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -192,8 +192,10 @@ couchdbConfig:
    # 5984 when is set to true.
    require_valid_user: false
  couch_httpd_auth:
    timeout: 604800
    require_valid_user: false
    # 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.