From 1bac88549fc3bfda81e04b2811443a301aa9e781 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 20 Sep 2012 13:15:33 +0200 Subject: moved files into own dir and added main leap_ca.rb Also updated the couchdb.yml.example with more meaningful content --- config/couchdb.yml.example | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'config/couchdb.yml.example') 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: '' -- cgit v1.2.3