Check environment variable IETFDB_REF_PREFIX for possible test reference URL prefix.
- Legacy-Id: 1067
This commit is contained in:
parent
8ef5f1d2ec
commit
54950fefdf
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue