Ditch the old value03.
This commit is contained in:
parent
c6c9fe0a3e
commit
acdb55f560
3 changed files with 3 additions and 12 deletions
|
@ -98,15 +98,12 @@ config = dict(
|
|||
for i in range(32)
|
||||
],
|
||||
{% endif %}
|
||||
{% if env != 'staging' %}
|
||||
"supybot.value03": [
|
||||
"tcp://value03.%s:3000" % suffix,
|
||||
],
|
||||
{% else %}
|
||||
|
||||
# This used to be on value01 and value03.. but now we just have one
|
||||
"supybot.value01": [
|
||||
"tcp://value01.%s:3000" % suffix,
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
# Askbot runs as 6 processes with 1 thread each.
|
||||
"askbot.ask01": [
|
||||
"tcp://ask01.%s:30%02i" % (suffix, i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue