Only use a socket if there

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2916 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-11-07 12:15:04 +00:00
parent 6461318f9e
commit ba86b8497f

View File

@@ -15,8 +15,7 @@ development:
username: root
password:
# Connect on a domain socket.
<%= "socket: #{socket}" %>
<%= "socket: #{socket}" if socket %>
# Connect on a TCP socket. If omitted, the adapter will connect on the
# domain socket given by the socket parameter instead.