Hardcode for debug
This commit is contained in:
parent
db6870a955
commit
eb4daa035a
|
@ -46,8 +46,9 @@ hub:
|
||||||
)
|
)
|
||||||
|
|
||||||
http_server = HTTPServer(app)
|
http_server = HTTPServer(app)
|
||||||
api_host = os.environ['PROXY_API_SERVICE_HOST']
|
api_host = '10.152.183.139'
|
||||||
api_port = os.environ['PROXY_API_SERVICE_PORT']
|
api_port = '8001'
|
||||||
|
print(os.environ)
|
||||||
http_server.listen(api_port, api_host)
|
http_server.listen(api_port, api_host)
|
||||||
|
|
||||||
IOLoop.current().start()
|
IOLoop.current().start()
|
||||||
|
|
Loading…
Reference in a new issue