diff options
author | elijah <elijah@riseup.net> | 2013-05-12 23:36:52 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-05-12 23:36:52 -0700 |
commit | 0c74967d5db0d6af89212f3c4a35c38290cf2975 (patch) | |
tree | 0dfaa38572c7ca44bf9a1f5d60e0e97c963238f7 /config | |
parent | 166a59c7dff659f2ebf93c56c4e8d0567ec65404 (diff) |
added config file
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |