change couchdb/config

This commit is contained in:
2024-12-06 11:47:23 +02:00
parent 7931274680
commit 4036c89380
9 changed files with 29 additions and 2 deletions
+2
View File
@@ -1,2 +1,4 @@
[chttpd]
require_valid_user = false
admin_only_all_dbs = true
server_header_versions = false
+2
View File
@@ -1,2 +1,4 @@
[chttpd_auth]
timeout = 315362081
users_db_public = false
; public_fields = publicInfo
+9
View File
@@ -0,0 +1,9 @@
[database_compaction]
doc_buffer_size = 524288
[database_compaction]
checkpoint_after = 5242880
[view_compaction]
keyvalue_buffer_size = 2097152
+6 -2
View File
@@ -1,7 +1,11 @@
[_node/_local/chttpd]
[httpd]
enable_cors = true
[_node/_local/cors]
; Changed in version 3.2: moved from [httpd] to [chttpd] section
[chttpd]
enable_cors = true
[cors]
headers = accept, authorization, content-type, origin, referer
methods = GET, PUT, POST, HEAD, DELETE
credentials = true
+1
View File
@@ -1,2 +1,3 @@
[couchdb]
single_node=true
file_compression = snappy
+2
View File
@@ -0,0 +1,2 @@
[log]
level = warning
+2
View File
@@ -0,0 +1,2 @@
[couchdb]
max_dbs_open = 10000
+2
View File
@@ -0,0 +1,2 @@
[uuids]
algorithm = random
+3
View File
@@ -0,0 +1,3 @@
[vendor]
name = HereConnect API Server
version = 1.0.0