From 51dc03481a9be5148f16e8022a1b00b658739ff3 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 15 May 2013 22:03:08 -0700 Subject: add CouchDB support. --- config/default.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/default.yml b/config/default.yml index c72e3b7..83bfa48 100644 --- a/config/default.yml +++ b/config/default.yml @@ -1,5 +1,7 @@ couch_host: 'localhost' couch_port: 5984 couch_database: 'users' +#couch_user: 'nickserver' +#couch_password: 'blahblah' hkp_url: 'https://hkps.pool.sks-keyservers.net:/pks/lookup' port: 6425 -- cgit v1.2.3