Skip to content

Commit e7a3528

Browse files
author
Dmytro Trotsko
committed
Added new URLs for U.S. Data
1 parent ad37d22 commit e7a3528

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/epiportal/settings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
"express_view_indicators": "https://docs.google.com/spreadsheets/d/1zb7ItJzY5oq1n-2xtvnPBiJu2L3AqmCKubrLkKJZVHs/export?format=csv&gid=1759850611#gid=1759850611",
4848
}
4949

50+
ENVIRONMENT = os.environ.get("SENTRY_ENVIRONMENT", "development")
51+
52+
53+
if ENVIRONMENT != "production":
54+
SPREADSHEET_URLS["us_state_indicator_sets"] = "https://docs.google.com/spreadsheets/d/1zb7ItJzY5oq1n-2xtvnPBiJu2L3AqmCKubrLkKJZVHs/export?format=csv&gid=187438823"
55+
SPREADSHEET_URLS["us_state_indicators"] = "https://docs.google.com/spreadsheets/d/1zb7ItJzY5oq1n-2xtvnPBiJu2L3AqmCKubrLkKJZVHs/export?format=csv&gid=527384770"
56+
5057
SENTRY_DSN = os.environ.get('SENTRY_DSN')
5158
if SENTRY_DSN:
5259
sentry_sdk.init(

0 commit comments

Comments
 (0)