Update DATA_ENDPOINT default to data-raw.comma.internal (#25597)

old-commit-hash: acbb230e0a2887971d906d9ae057ba0a7db44316
This commit is contained in:
Mitchell Goff
2022-08-29 13:31:43 -07:00
committed by GitHub
parent f5f30c73a8
commit a2d87101c7
+1 -1
View File
@@ -1,7 +1,7 @@
import os
from tools.lib.url_file import URLFile
DATA_ENDPOINT = os.getenv("DATA_ENDPOINT", "http://data-raw.internal/")
DATA_ENDPOINT = os.getenv("DATA_ENDPOINT", "http://data-raw.comma.internal/")
def FileReader(fn, debug=False):
if fn.startswith("cd:/"):