This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[chttpd]
|
||||
require_valid_user = false
|
||||
@@ -0,0 +1,8 @@
|
||||
[chttpd]
|
||||
enable_cors = true
|
||||
|
||||
[cors]
|
||||
headers = accept, authorization, content-type, origin, referer
|
||||
methods = GET, PUT, POST, HEAD, DELETE
|
||||
credentials = true
|
||||
origins = *
|
||||
@@ -0,0 +1,2 @@
|
||||
[couchdb]
|
||||
single_node=true
|
||||
Reference in New Issue
Block a user