From 47d8ea67148bb8ebab333c78e90cd0baf2b028d0 Mon Sep 17 00:00:00 2001 From: kaeff Date: Tue, 1 Sep 2015 13:42:29 +0200 Subject: Update README with docs from website & instructions on local DB - Copy intro chapter from homepage - Advise new users to not test with admin party locally - Ignore couchdb.admin.yml so it's consistent with the regular couchdb.yml --- config/couchdb.admin.example.yml | 5 +++++ config/couchdb.example.yml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 config/couchdb.admin.example.yml create mode 100644 config/couchdb.example.yml (limited to 'config') diff --git a/config/couchdb.admin.example.yml b/config/couchdb.admin.example.yml new file mode 100644 index 0000000..7f3187a --- /dev/null +++ b/config/couchdb.admin.example.yml @@ -0,0 +1,5 @@ +development: + auto_update_design_doc: false + username: "anna" + password: "secret" + prefix: "" diff --git a/config/couchdb.example.yml b/config/couchdb.example.yml new file mode 100644 index 0000000..36f125e --- /dev/null +++ b/config/couchdb.example.yml @@ -0,0 +1,5 @@ +development: + auto_update_design_doc: false + username: "me" + password: "pwd" + prefix: "" -- cgit v1.2.3