We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc7f3 commit b773335Copy full SHA for b773335
src/signal_documentation/settings.py
@@ -23,7 +23,7 @@
23
from sentry_sdk.integrations.django import DjangoIntegration
24
from sentry_sdk.integrations.redis import RedisIntegration
25
26
-EPIVIS_URL = os.environ.get("EPIVIS_URL", "https://deploy-preview-36--cmu-delphi-epivis.netlify.app/")
+EPIVIS_URL = os.environ.get("EPIVIS_URL", "https://delphi.cmu.edu/epivis/")
27
DATA_EXPORT_URL = os.environ.get("DATA_EXPORT_URL", "https://api.delphi.cmu.edu/epidata/covidcast/csv")
28
COVIDCAST_URL = os.environ.get("COVIDCAST_URL", "https://api.delphi.cmu.edu/epidata/covidcast/")
29
0 commit comments