Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit ff7914f

Browse files
Will WhiteWill White
Will White
authored and
Will White
committed
extra config needed
Port and bind address need to be specified (e.g. by uncommenting them in local.ini).
1 parent f89e46f commit ff7914f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ add the following config in `/usr/local/etc/couchdb/local.ini`:
2121

2222
[httpd]
2323
enable_cors = true
24+
port = 5984
25+
bind_address = 127.0.0.1
2426

2527
[cors]
2628
credentials = true

0 commit comments

Comments
 (0)