2025-02-27 00:17:20 +01:00
|
|
|
[couchdb]
|
|
|
|
|
; Automatically create the system databases on startup (in particular `_users`)
|
2025-02-28 22:06:18 +01:00
|
|
|
; See https://docs.couchdb.org/en/stable/config/couchdb.html#couchdb/single_node
|
2025-02-27 00:17:20 +01:00
|
|
|
single_node = true
|
|
|
|
|
|
2025-02-28 22:06:18 +01:00
|
|
|
[chttpd]
|
|
|
|
|
; See https://docs.couchdb.org/en/stable/config/auth.html#chttpd/require_valid_user
|
|
|
|
|
require_valid_user = true
|
|
|
|
|
|
2025-03-04 13:22:34 +01:00
|
|
|
[couch_httpd_auth]
|
|
|
|
|
; Number of seconds since the last request before sessions will be expired.
|
|
|
|
|
timeout = 3600
|
|
|
|
|
|
2025-02-27 00:17:20 +01:00
|
|
|
[fabric]
|
|
|
|
|
; Prevent "No DB shards could be opened" errors, see https://github.com/apache/couchdb/issues/4497
|
2025-03-04 13:22:34 +01:00
|
|
|
shard_timeout_min_msec = 5000
|