Move status_url from webapp to web section

The webapp will be fully replaced by zuul-web so also move the
status_url setting there.

Change-Id: I8278d9ca81ed7b0a2a2189d42b8b69c5eea2bab5
This commit is contained in:
Tobias Henkel
2018-01-23 12:17:27 +01:00
parent 80730e6c79
commit 940da00e9b
8 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
[gearman]
server=127.0.0.1
[webapp]
[web]
status_url=http://zuul.example.com/status
[merger]

View File

@@ -1,7 +1,7 @@
[gearman]
server=127.0.0.1
[webapp]
[web]
status_url=http://zuul.example.com/status/#{change.number},{change.patchset}
[merger]

View File

@@ -1,7 +1,7 @@
[gearman]
server=127.0.0.1
[webapp]
[web]
status_url=http://zuul.example.com/status
[merger]