From c0fc5ac5b5d955b1789a58153952e43bb7052b07 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 11 Sep 2012 13:02:27 +0200 Subject: configuring couchDB the CouchRest way and using that for tracking --- config/couchdb.yml.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/couchdb.yml.example (limited to 'config') diff --git a/config/couchdb.yml.example b/config/couchdb.yml.example new file mode 100644 index 0000000..1dd5fef --- /dev/null +++ b/config/couchdb.yml.example @@ -0,0 +1,8 @@ +development: + protocol: 'https' + host: sample.cloudant.com + port: 443 + prefix: project + suffix: test + username: test + password: user -- cgit v1.2.3