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

This commit is contained in:
Mitchell Goff
2022-08-29 13:31:43 -07:00
committed by GitHub
parent cc90c6c97e
commit acbb230e0a
+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:/"):