Also include status_url in [web]

Starting with I8278d9ca81ed7b0a2a2189d42b8b69c5eea2bab5 the github
reporter looks for its status_url in the [web] section of the
configuration instead of [webapp], so put a copy there as well.

Change-Id: I55ec498e1e35832723d6ffeb62ffa06b9ee4c930
This commit is contained in:
Jeremy Stanley 2018-02-03 01:27:24 +00:00
parent 970916b50e
commit 9753b1b889
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ listen_address=<%= @web_listen_address %>
<% if @web_listen_port != "" -%>
listen_port=<%= @web_listen_port %>
<% end -%>
status_url=<%= @status_url %>
<% @connections.each do |connection| -%>
[connection "<%= connection['name'] %>"]