diff options
author | elijah <elijah@riseup.net> | 2013-05-15 22:03:08 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-05-15 22:03:08 -0700 |
commit | 51dc03481a9be5148f16e8022a1b00b658739ff3 (patch) | |
tree | e370f488b6ce4b79c09778621d9f8fc2d95ee88d /config | |
parent | b078659defeead5b68ca2f387d0e308fa7511eb4 (diff) |
add CouchDB support.
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |