From 0dbdee2d791b396d5bbe6a46933152f5a9346ae2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Oct 2020 16:38:59 -0700 Subject: set up sentry exception handling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3