Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from QuickbridgeLtd/sendemail
Browse files Browse the repository at this point in the history
set default sendemail.smtpServer to localhost when
  • Loading branch information
brk3 committed Feb 24, 2014
2 parents 0580195 + f4e8a4a commit 6314146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/default/gerrit/gerrit.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<% node['gerrit']['sendemail'].each do |k, v| %>
<%=k%> = <%= v%>
<% end %>
<% else %>
smtpServer = localhost
<% end %>
[container]
user = gerrit
Expand Down

0 comments on commit 6314146

Please sign in to comment.