Skip to content

Commit

Permalink
chore: misspellings in .dist.env
Browse files Browse the repository at this point in the history
  • Loading branch information
leosussan authored Feb 16, 2020
1 parent 4754aa9 commit a6f554d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dist.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# Includes custom gunicorn, concurrency, workers and logging settings

0 comments on commit a6f554d

Please sign in to comment.