Update README 'bind' Configuration Entry

Update `bind` configuration entry to better reflect default value(s).
This commit is contained in:
Joe Bottigliero 2013-03-20 14:31:50 -05:00
parent e9537270ab
commit 277b685001
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ set :protection, :session => true
</dd>
<dt>bind</dt>
<dd>IP address to bind to (default: <tt>0.0.0.0</tt>). Only used for built-in server.</dd>
<dd>IP address to bind to (default: <tt>0.0.0.0</tt> <em>or</em> <tt>localhost</tt> if your <pre>environment</pre> is set to development.). Only used for built-in server.</dd>
<dt>default_encoding</dt>
<dd>encoding to assume if unknown (defaults to <tt>"utf-8"</tt>).</dd>