summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-03-16 22:13:19 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-03-16 22:13:19 +0000
commit3b2787badaf54be2b6b5353dbd1b0af5ccff1db4 (patch)
tree9afc847e7a5bcc21ddeb8fcdb99a1b64da8668e9 /etc
parentd475be6b00e0b57d704c4cf36e657a3dbe8c3c78 (diff)
sensible error message if doc._rev is null or a number
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/local_dev.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini
index 13cfb494..78d268a7 100644
--- a/etc/couchdb/local_dev.ini
+++ b/etc/couchdb/local_dev.ini
@@ -8,7 +8,7 @@
;max_document_size = 4294967296 ; bytes
[httpd]
-;port = 5984
+; port = 5985
;bind_address = 127.0.0.1
[log]
@@ -16,3 +16,6 @@
[update_notification]
;unique notifier name=/full/path/to/exe -with "cmd line arg"
+
+; [admins]
+; jchris = -hashed-2431cc2e25f79c94e260383875a0efb615f4a7a6,15dc1c40afed7b0c9b23a06b76e17a08 \ No newline at end of file