发布于 2016-10-20 08:34:40
(最终)在gh问题上回答
您需要在键WEB_SERVER_ADDRESS中使用配置文件。
# config.yaml
AMQP_URI: amqp://guest:guest@localhost
WEB_SERVER_ADDRESS: 0.0.0.0:8888然后
$ nameko run --config config.yaml your_service_module正式参考
https://stackoverflow.com/questions/39920403
复制相似问题