docs: add docker compose quickstart
This commit is contained in:
8
couchdb-config/cors.ini
Normal file
8
couchdb-config/cors.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[chttpd]
|
||||
enable_cors = true
|
||||
|
||||
[cors]
|
||||
origins = http://localhost:8080, http://localhost:5173
|
||||
credentials = true
|
||||
methods = GET, PUT, POST, HEAD, DELETE, OPTIONS
|
||||
headers = accept, authorization, content-type, origin, referer, cache-control, x-requested-with
|
||||
16
couchdb-config/docker.ini
Normal file
16
couchdb-config/docker.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
[admins]
|
||||
admin = -pbkdf2:sha256-c9a393efac86b8a234ad91c5f7dd5a3d057ea7b76aad8b0194b41ff64ee80ec5,cab6f942a2c7d4ff7e5d54010475b7a2,600000
|
||||
|
||||
[couchdb]
|
||||
uuid = 2083849204f5378942a1abfff8ef20cf
|
||||
|
||||
[chttpd_auth]
|
||||
secret = 4e4abcc9cae38e179910098ad7f2f2e4
|
||||
|
||||
[chttpd]
|
||||
bind_address = 0.0.0.0
|
||||
port = 5984
|
||||
|
||||
[cluster]
|
||||
n = 1
|
||||
Reference in New Issue
Block a user