Check environment variable IETFDB_REF_PREFIX for possible test reference URL prefix.

- Legacy-Id: 1067
This commit is contained in:
Henrik Levkowetz 2008-03-06 00:38:34 +00:00
parent 8ef5f1d2ec
commit 54950fefdf

View file

@ -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'