From 0db57cff7791bca64959af9e530ad4c5cfb1f2be Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 20 Oct 2020 11:10:50 -0700 Subject: settings/make: default dynaconf environment name Also override any .env value for dynaconf env when running tests or lint. --- settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.toml') diff --git a/settings.toml b/settings.toml index 9a9db7c..c5845cf 100644 --- a/settings.toml +++ b/settings.toml @@ -18,7 +18,7 @@ INDEX_WORKER_BATCH_SIZE = 50 SCHOLAR_ENV = "test" FATCAT_API_HOST = "http://localhost:9411/v0" -[dev] +[development] SCHOLAR_ENV = "dev" ELASTICSEARCH_FULLTEXT_INDEX = "dev_scholar_fulltext" ELASTICSEARCH_BACKEND = "http://localhost:9200" -- cgit v1.2.3