diff --git a/server/configmodule.py b/server/configmodule.py index 71feaa0d8a..0cb3cd6f9b 100644 --- a/server/configmodule.py +++ b/server/configmodule.py @@ -83,8 +83,12 @@ class StanfordConfig(CustomConfig): GCS_BUCKET = 'datcom-stanford-resources' -class StanfordStagingConfig(StanfordConfig): +class StanfordStagingConfig(CustomConfig): NAME = "Google Stanford Data Commons (Staging)" + ENV_NAME = 'STANFORD' + ENABLE_BLOCKLIST = True + BASE_HTML_PATH = 'custom_dc/stanford/base.html' + GCS_BUCKET = 'datcom-stanford-staging-resources' API_PROJECT = 'datcom-mixer-statvar' SECRET_PROJECT = 'datcom-stanford-staging'