summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:25:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:25:34 -0500
commitf4f158c3868c1770cb7d4f800881803e7250c27b (patch)
tree201563b0ffc6d47129a8598648063588098f0830 /settings.py
parent43a5e11be51d2d73806d4a914327ead4ab3960cd (diff)
parente4381ff3b71062d49fbb8c267c6b1b4f9ce517fd (diff)
Merge branch 'archweb' into archweb-generic
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index b3b27323..79949000 100644
--- a/settings.py
+++ b/settings.py
@@ -157,7 +157,8 @@ LOGGING = {
}
## Server used for linking to PGP keysearch results
-PGP_SERVER = 'pgp.mit.edu:11371'
+PGP_SERVER = 'pgp.mit.edu'
+PGP_SERVER_SECURE = True
# URL to fetch a current list of available ISOs
ISO_LIST_URL = 'https://releng.archlinux.org/isos/'