summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-21 16:38:59 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-21 16:38:59 -0700
commit0dbdee2d791b396d5bbe6a46933152f5a9346ae2 (patch)
tree000ea73145ade21cf0162468204002366bd10e57 /Makefile
parent51836c4d2348c33e75e20f7259ed8b4f24c47a60 (diff)
downloadfatcat-scholar-0dbdee2d791b396d5bbe6a46933152f5a9346ae2.tar.gz
fatcat-scholar-0dbdee2d791b396d5bbe6a46933152f5a9346ae2.zip
set up sentry exception handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5c16b4..18e36d1 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ dev: ## Run web service locally, with reloading
.PHONY: dev-qa
dev-qa: ## Run web service locally, with reloading, but point search queries to QA search index
- ENV_FOR_DYNACONF=qa pipenv run uvicorn fatcat_scholar.web:app --reload --port 9819
+ ENV_FOR_DYNACONF=qa DYNACONF_SCHOLAR_ENV=dev pipenv run uvicorn fatcat_scholar.web:app --reload --port 9819
.PHONY: run
run: ## Run web service under gunicorn