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
+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