Add the anity frontend endpoint as well
This commit is contained in:
parent
972933e60d
commit
50572e89e1
1 changed files with 4 additions and 0 deletions
|
@ -6,5 +6,9 @@ config = dict(
|
|||
"tcp://anitya-backend01.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
],
|
||||
"anitya.anitya-frontend01": [
|
||||
"tcp://anitya-frontend01.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue