lyokato / riverside

Elixir Library: Simple WebSocket Server Framework
MIT License
88 stars 12 forks source link

Runtime port config #52

Closed lyokato closed 5 years ago

lyokato commented 5 years ago

Support confex-style port-number configuration.

https://github.com/Nebo15/confex

config :my_app, MySocketHandler,
  port: {:system, "MY_PORT", 3000}