Files
docker-inventaire/couchdb/local.ini
maxlath 81181578fc couchdb: set single_node=true
to remove the need to check if the _users database was created
2025-02-28 11:42:48 +01:00

9 lines
329 B
INI

[couchdb]
; Automatically create the system databases on startup (in particular `_users`)
; see https://docs.couchdb.org/en/stable/config/couchdb.html#couchdb/single_node
single_node = true
[fabric]
; Prevent "No DB shards could be opened" errors, see https://github.com/apache/couchdb/issues/4497
shard_timeout_min_msec = 5000