mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
0f7d68c009
commit
02b50df3e3
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ IDENTIFIED BY '#{configuration['password']}' WITH GRANT OPTION;
|
|||
'sslca' => '--ssl-ca',
|
||||
'sslcert' => '--ssl-cert',
|
||||
'sslcapath' => '--ssl-capath',
|
||||
'sslcipher' => '--ssh-cipher',
|
||||
'sslcipher' => '--ssl-cipher',
|
||||
'sslkey' => '--ssl-key'
|
||||
}.map { |opt, arg| "#{arg}=#{configuration[opt]}" if configuration[opt] }.compact
|
||||
|
||||
|
|
Loading…
Reference in a new issue