From a6f554d6ac3c37552415a8433f7cf6ba05d1f1c8 Mon Sep 17 00:00:00 2001 From: Leo Sussan Date: Sun, 16 Feb 2020 03:30:53 -0500 Subject: [PATCH] chore: misspellings in .dist.env --- .dist.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.dist.env b/.dist.env index 6198a44e4..15a1ec4cd 100644 --- a/.dist.env +++ b/.dist.env @@ -3,8 +3,8 @@ # TO ADD APPLICATION GLOBALS: # 1. Duplicate .dist.env, rename to .env -# 1. Add global to the list below. -# 2. Navigate to app/settings/globals.py, add using Starlette's config helper. +# 2. Add variable to the list below. +# 3. Add variable to app/settings/globals.py, define defaults, etc. DATABASE=fill DB_USER=fill # Optional, remove if unnecessary @@ -21,4 +21,4 @@ ARQ_BACKGROUND_FUNCTIONS=app.tasks.messaging.send_message ### Docker Runtime Variables # All available options at https://github.com/tiangolo/uvicorn-gunicorn-docker -# Includes custom gunicorn, currency, workers and loging settings \ No newline at end of file +# Includes custom gunicorn, concurrency, workers and logging settings