mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

mcnode: add bind address cli flag for http api #40

Closed yusefnapora closed 7 years ago

yusefnapora commented 7 years ago

I've been working on getting integration tests setup between aleph & concat, by running a concat node in a docker container. To get it to work, I need to be able to have the HTTP API server listen on an external IP instead of localhost, so this adds a -b flag that lets you bind the API server to 0.0.0.0 (or whatever)