diff options
author | kaeff <hi@kaeff.net> | 2015-09-01 13:42:29 +0200 |
---|---|---|
committer | kaeff <hi@kaeff.net> | 2015-09-01 14:48:15 +0200 |
commit | 47d8ea67148bb8ebab333c78e90cd0baf2b028d0 (patch) | |
tree | e64fe66589ae89b0aaa01a895ff61d09d1412d84 /config/couchdb.admin.example.yml | |
parent | 1493e0ca5e32bf25d9778e7326ea70d5ebfe74e6 (diff) |
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
Diffstat (limited to 'config/couchdb.admin.example.yml')
-rw-r--r-- | config/couchdb.admin.example.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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: "" |