summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-11 13:02:27 +0200
committerAzul <azul@riseup.net>2012-09-11 13:02:27 +0200
commitc0fc5ac5b5d955b1789a58153952e43bb7052b07 (patch)
treefd9b3e98cd9c75c09b33c4ee8e8af3996309abb4 /config
parentc331d70638c35d807128e39a9958cab5ba4eeb25 (diff)
configuring couchDB the CouchRest way and using that for tracking
Diffstat (limited to 'config')
-rw-r--r--config/couchdb.yml.example8
1 files changed, 8 insertions, 0 deletions
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