couchdb: set single_node=true
to remove the need to check if the _users database was created
This commit is contained in:
8
couchdb/local.ini
Normal file
8
couchdb/local.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user