summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-27 15:15:23 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-27 15:15:23 -0400
commit8a1658062916b71e2b358837c98004f8f5d44eba (patch)
tree1a56e7e60e63a028f99428b1d2fa2ac3697f3fbe /README.md
parent2e345b84dac07d71396d2c7ad651eb8af52be3d4 (diff)
add a note about security of magic cookies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6586d8cd..ebb8fefb 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Each dbcore node has a local `nodes` database, accessible through the backend in
curl -X PUT http://foo.example.com:5986/nodes/dbcore@bar.example.com -d {}
-Everything else should be automatic.
+Everything else should be automatic, provided the machines can ping each other and the nodes set the same magic cookie. You are advised to change the magic cookie from the default in `rel/etc/vm.args` when on a public network.
#### Local development cluster
@@ -140,7 +140,7 @@ You can fix this by removing that file:
#### Dbcore fails on startup with a "Can't set long node name!" error
-Cloudant-dbcore requires that your system be set up with a fully qualified domain name. Make sure tha the command `hostname -f` outputs a full hostname. If not, add the full hostname of your server to the `/etc/hosts` file.
+Cloudant-dbcore requires that your system be set up with a fully qualified domain name. Make sure that the command `hostname -f` outputs a full hostname. If not, add the full hostname of your server to the `/etc/hosts` file.
### Contact