tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Server port not overrideable from config #616

Closed benblack86 closed 6 years ago

benblack86 commented 7 years ago

When starting a server you have to provide a port:

HttpServer.start(config.name, config.constants.servicePort)

Meaning, you can't properly set from config.