From 277b68500155abb0e217510c815df2a1be9597c3 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Wed, 20 Mar 2013 14:31:50 -0500 Subject: [PATCH] Update README 'bind' Configuration Entry Update `bind` configuration entry to better reflect default value(s). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2beef41f..bb404edf 100644 --- a/README.md +++ b/README.md @@ -2017,7 +2017,7 @@ set :protection, :session => true
bind
-
IP address to bind to (default: 0.0.0.0). Only used for built-in server.
+
IP address to bind to (default: 0.0.0.0 or localhost if your
environment
is set to development.). Only used for built-in server.
default_encoding
encoding to assume if unknown (defaults to "utf-8").