elixir-http-base/src/release.exs

5 lines
122 B
Elixir
Raw Normal View History

2020-12-17 15:23:16 -06:00
import Config
{port, ""} = Integer.parse(System.get_env("PORT", "3000"))
config :lytedev, Lytedev.HttpServer, port: port