summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:25:51 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-29 21:25:51 -0500
commit43b1b48d0265b03b2a8ce20e2d2df39d5197b9ee (patch)
tree2d9ef68cb613c31954101dbac56c8ebc1c937c74 /settings.py
parenta999ab544012cdc2616686f278b8de92e829f9f6 (diff)
parentf4f158c3868c1770cb7d4f800881803e7250c27b (diff)
Merge branch '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 70da44b8..071735cf 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://repo.parabola.nu/iso/'