mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
12 lines
231 B
INI
12 lines
231 B
INI
|
|
[httpd]
|
|
enable_cors = true
|
|
|
|
[cors]
|
|
credentials = true
|
|
headers = accept, authorization, content-type, origin, referer
|
|
methods = GET, PUT, POST, HEAD, DELETE
|
|
origins = https://__DOMAIN__
|
|
|
|
[couchdb]
|
|
users_db_security_editable = true
|