|
@@ -133,7 +133,10 @@ delete_dbs = false
|
|
; prefix for user databases. If you change this after user dbs have been
|
|
; prefix for user databases. If you change this after user dbs have been
|
|
; created, the existing databases won't get deleted if the associated user
|
|
; created, the existing databases won't get deleted if the associated user
|
|
; gets deleted because of the then prefix mismatch.
|
|
; gets deleted because of the then prefix mismatch.
|
|
-database_prefix = userdb-
|
|
|
|
|
|
+enable = true
|
|
|
|
+database_prefix = udb-
|
|
|
|
+delete_dbs = true
|
|
|
|
+
|
|
|
|
|
|
[httpd]
|
|
[httpd]
|
|
port = 5986
|
|
port = 5986
|
|
@@ -243,6 +246,12 @@ credentials = false
|
|
; headers =
|
|
; headers =
|
|
; List of accepted methods
|
|
; List of accepted methods
|
|
; methods =
|
|
; methods =
|
|
|
|
+credentials = true
|
|
|
|
+headers = accept, authorization, content-type, origin, referer
|
|
|
|
+origins = *
|
|
|
|
+methods = GET, PUT, POST, HEAD, DELETE, OPTIONS
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
; Configuration for a vhost
|
|
; Configuration for a vhost
|
|
;[cors:http://example.com]
|
|
;[cors:http://example.com]
|