diff options
author | elijah <elijah@riseup.net> | 2013-05-13 00:12:49 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-05-13 00:12:49 -0700 |
commit | b078659defeead5b68ca2f387d0e308fa7511eb4 (patch) | |
tree | 34cfa1b1c832da5bab0661eb4378dfe312a2a4fd /config | |
parent | 887de21aeae8c784ff49c2d34fe2c7606d5bc94e (diff) |
s/sks_url/hkp_url
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yml b/config/default.yml index 4110b48..c72e3b7 100644 --- a/config/default.yml +++ b/config/default.yml @@ -1,5 +1,5 @@ couch_host: 'localhost' couch_port: 5984 couch_database: 'users' -sks_url: 'https://hkps.pool.sks-keyservers.net:/pks/lookup' +hkp_url: 'https://hkps.pool.sks-keyservers.net:/pks/lookup' port: 6425 |