From 8ab783d049aa3eed5b6a90885a809d5d756ab570 Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Mon, 14 Dec 2015 10:38:50 +0200 Subject: [PATCH] puma instead of unicorn in the configuration docs --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 18a888a..6af10e9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -5,7 +5,7 @@ Errbit takes all of its configuration from environment variables. You can use to fill in any values that you can't or won't supply through the environment. In order of precedence Errbit uses: -1. Environment variables (for example MY_VALUE=abc bundle exec unicorn) +1. Environment variables (for example MY_VALUE=abc bundle exec puma) 2. Values provided in a .env file 3. Default values from .env.default -- libgit2 0.21.2