7 lines
114 B
Text
7 lines
114 B
Text
|
[client]
|
||
|
user=root
|
||
|
host=localhost
|
||
|
<% unless root_password == 'UNSET' -%>
|
||
|
password=<%= root_password %>
|
||
|
<% end -%>
|