summaryrefslogtreecommitdiff
path: root/config/couchdb.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/couchdb.yml.example')
-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: ''