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

old-commit-hash: acbb230e0a
taco
Mitchell Goff 3 years ago committed by GitHub
parent f5f30c73a8
commit a2d87101c7
  1. 2
      tools/lib/filereader.py

@ -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:/"):

Loading…
Cancel
Save