From 0c74967d5db0d6af89212f3c4a35c38290cf2975 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 12 May 2013 23:36:52 -0700 Subject: added config file --- config/default.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/default.yml (limited to 'config') diff --git a/config/default.yml b/config/default.yml new file mode 100644 index 0000000..4110b48 --- /dev/null +++ b/config/default.yml @@ -0,0 +1,5 @@ +couch_host: 'localhost' +couch_port: 5984 +couch_database: 'users' +sks_url: 'https://hkps.pool.sks-keyservers.net:/pks/lookup' +port: 6425 -- cgit v1.2.3