mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:14:49 -04:00
remove "red", "blue" and "green" server_name mappings
This commit is contained in:
parent
392dc8af59
commit
c8d67beb9c
1 changed files with 0 additions and 7 deletions
|
@ -35,13 +35,6 @@ import urllib
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# FIXME: SURELY these should be killed?!
|
|
||||||
_destination_mappings = {
|
|
||||||
"red": "localhost:8080",
|
|
||||||
"blue": "localhost:8081",
|
|
||||||
"green": "localhost:8082",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
class HttpClient(object):
|
class HttpClient(object):
|
||||||
""" Interface for talking json over http
|
""" Interface for talking json over http
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue