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

Commit

Permalink
extra config needed
Browse files Browse the repository at this point in the history
Port and bind address need to be specified (e.g. by uncommenting them
in local.ini).
  • Loading branch information
Will White authored and Will White committed Oct 4, 2015
1 parent f89e46f commit ff7914f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit ff7914f

@shakilmia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.