summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-20 13:15:33 +0200
committerAzul <azul@riseup.net>2012-09-20 13:17:17 +0200
commit1bac88549fc3bfda81e04b2811443a301aa9e781 (patch)
tree1d646219965216479e5c770d82eec543a80044aa /config
parent15354c284879c734ca9bd87450d715dcdbe8aec2 (diff)
moved files into own dir and added main leap_ca.rb
Also updated the couchdb.yml.example with more meaningful content
Diffstat (limited to 'config')
-rw-r--r--config/couchdb.yml.example12
1 files changed, 5 insertions, 7 deletions
diff --git a/config/couchdb.yml.example b/config/couchdb.yml.example
index 1dd5fef..64058da 100644
--- a/config/couchdb.yml.example
+++ b/config/couchdb.yml.example
@@ -1,8 +1,6 @@
development:
- protocol: 'https'
- host: sample.cloudant.com
- port: 443
- prefix: project
- suffix: test
- username: test
- password: user
+ protocol: 'http'
+ host: 'localhost'
+ port: 5984
+ prefix: leap_web_demo
+ suffix: ''