summaryrefslogtreecommitdiff
path: root/etc/couchdb/local_dev.ini
diff options
context:
space:
mode:
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"