Ditch the old value03.

This commit is contained in:
Ralph Bean 2014-06-10 17:21:48 +00:00
parent c6c9fe0a3e
commit acdb55f560
3 changed files with 3 additions and 12 deletions

View file

@ -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)