Add the anity frontend endpoint as well

This commit is contained in:
Pierre-Yves Chibon 2014-10-02 11:22:40 +02:00
parent 972933e60d
commit 50572e89e1

View file

@ -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)
],
},
)