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'