Correctly name those endpoints..
This commit is contained in:
parent
435709f550
commit
a04aaaf029
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ config = dict(
|
||||||
"tcp://badges-backend01.%s:3000" % suffix,
|
"tcp://badges-backend01.%s:3000" % suffix,
|
||||||
],
|
],
|
||||||
|
|
||||||
"fedbadges.badges-web01": [
|
"tahrir.badges-web01": [
|
||||||
"tcp://badges-web01.%s:30%02i" % (suffix, i)
|
"tcp://badges-web01.%s:30%02i" % (suffix, i)
|
||||||
for i in range(16)
|
for i in range(16)
|
||||||
],
|
],
|
||||||
{% if env != 'staging' %}
|
{% if env != 'staging' %}
|
||||||
"fedbadges.badges-web02": [
|
"tahrir.badges-web02": [
|
||||||
"tcp://badges-web02.%s:30%02i" % (suffix, i)
|
"tcp://badges-web02.%s:30%02i" % (suffix, i)
|
||||||
for i in range(16)
|
for i in range(16)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue