summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-02 16:21:08 -0500
committerDan McGee <dan@archlinux.org>2011-06-02 16:21:08 -0500
commit1840416b9e8892a685202f30b4079fd04607151f (patch)
treeaf3ed598458bde0813559417c072e53d4fecdec3 /settings.py
parentcc4fef23e2b4da4744224f5b2c0dbb679834aa49 (diff)
downloadarchweb-1840416b9e8892a685202f30b4079fd04607151f.tar.gz
archweb-1840416b9e8892a685202f30b4079fd04607151f.zip
Add a PGP key field on the dev profile
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index db1c93d3..e0d1b1a2 100644
--- a/settings.py
+++ b/settings.py
@@ -107,6 +107,8 @@ INSTALLED_APPS = (
'releng',
)
+PGP_SERVER = 'pgp.mit.edu:11371'
+
## Import local settings
from local_settings import *