rebar.config 360 B

12345678910111213141516171819
  1. %%-*- mode: erlang -*-
  2. {deps, [
  3. {pooler, "1.5.3"},
  4. {epgsql, "4.5.0"},
  5. {herd, {git, "https://github.com/wgnet/herd.git", {tag, "1.3.4"}}}
  6. ]}.
  7. {profiles, [
  8. {dev, [
  9. {erl_opts, [debug_info, warn_missing_spec]}
  10. ]},
  11. {test, [
  12. {erl_opts, [debug_info]}
  13. ]},
  14. {prod, [
  15. {erl_opts, []}
  16. ]}
  17. ]}.