Files
hereconnect/services/couchdb/config/cors.ini
T
ti e8dce0cf5e
Main daploy / deploy (push) Successful in 43s
add docker-compose.yml for up local couchdb
2024-11-24 22:49:15 +02:00

9 lines
169 B
INI

[chttpd]
enable_cors = true
[cors]
headers = accept, authorization, content-type, origin, referer
methods = GET, PUT, POST, HEAD, DELETE
credentials = true
origins = *