From 54950fefdf46f233ef7327000c5b8acdaca38185 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 6 Mar 2008 00:38:34 +0000 Subject: [PATCH] Check environment variable IETFDB_REF_PREFIX for possible test reference URL prefix. - Legacy-Id: 1067 --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index 77067a829..842900d78 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -159,7 +159,7 @@ SERVER_MODE = 'development' # The name of the method to use to invoke the test suite TEST_RUNNER = 'ietf.tests.run_tests' -TEST_REFERENCE_URL_PREFIX = 'http://compost.research.att.com/old/' +TEST_REFERENCE_URL_PREFIX = os.environ.get("IETFDB_REF_PREFIX","") or 'http://compost.research.att.com/old/' IPR_DOCUMENT_PATH = '/home/local/ftp/data/ietf/IPR'