commit - 45cdf80b3f4a94ac46a2d99dca528ec296df684a
commit + 8339a06b1df1dc87134c1f08d8c35bd1bdfb5c01
blob - 7c57dd4f685188a09459a894ce21e35394d8d2dd
blob + 76b1eda62e1420008576386407e4836ba2aceb0f
--- config/config.exs
+++ config/config.exs
config :shortener,
port: System.get_env("PORT", "4000") |> String.to_integer(),
+ host: System.get_env("HOST", "127.0.0.1"),
auth_token: System.get_env("AUTH_TOKEN", "changeme"),
db_path: System.get_env("DB_PATH", "data.db"),
base_url: System.get_env("BASE_URL", "http://localhost")