From ff7914fced9d323447c999f392a88b6ea5c32db3 Mon Sep 17 00:00:00 2001 From: Will White Date: Sun, 4 Oct 2015 16:53:38 +0100 Subject: [PATCH] extra config needed Port and bind address need to be specified (e.g. by uncommenting them in local.ini). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 077782ba..ebb2088a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ add the following config in `/usr/local/etc/couchdb/local.ini`: [httpd] enable_cors = true + port = 5984 + bind_address = 127.0.0.1 [cors] credentials = true