mirror of
https://github.com/github/rails.git
synced 2026-01-27 15:28:00 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user