summaryrefslogtreecommitdiff
path: root/etc/couchdb/local_dev.ini
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-07-23 15:12:09 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-07-23 15:12:09 +0000
commit939d471617dc8ccda5c7c83b49811b5bbcc7e548 (patch)
treeb90a16654780165b9aba48da77b019b831ea40cb /etc/couchdb/local_dev.ini
parentfb84fff2c2a23d6bd81cf88e3c7fcca7d46e26ed (diff)
Make local_dev.ini a build product.
Finally fixing the local_dev.ini problem. local.ini will be copied over to local_dev.ini anytime the latter doesn't exist. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@797097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb/local_dev.ini')
-rw-r--r--etc/couchdb/local_dev.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini
deleted file mode 100644
index 876295b1..00000000
--- a/etc/couchdb/local_dev.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-; CouchDB Configuration Settings
-
-; Custom settings should be made in this file. They will override settings
-; in default.ini, but unlike changes made to default.ini, this file won't be
-; overwritten on server upgrade.
-
-[couchdb]
-;max_document_size = 4294967296 ; bytes
-
-[httpd]
-; port = 5985
-;bind_address = 127.0.0.1
-
-[log]
-level = error
-
-[update_notification]
-;unique notifier name=/full/path/to/exe -with "cmd line arg"