Commit 8ab783d049aa3eed5b6a90885a809d5d756ab570
1 parent
72385283
Exists in
master
puma instead of unicorn in the configuration docs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
docs/configuration.md
... | ... | @@ -5,7 +5,7 @@ Errbit takes all of its configuration from environment variables. You can use |
5 | 5 | to fill in any values that you can't or won't supply through the environment. |
6 | 6 | |
7 | 7 | In order of precedence Errbit uses: |
8 | -1. Environment variables (for example MY_VALUE=abc bundle exec unicorn) | |
8 | +1. Environment variables (for example MY_VALUE=abc bundle exec puma) | |
9 | 9 | 2. Values provided in a .env file |
10 | 10 | 3. Default values from .env.default |
11 | 11 | ... | ... |