Current section
Files
Jump to
Current section
Files
letsencrypt
rebar.config
rebar.config
{minimum_otp_vsn, "17.5"}.
{erl_opts, [
debug_info,
{warn_format, 2},
warn_export_all,
warn_export_vars,
warn_obsolete_guard,
warn_unused_import
% DEBUG mode - use local boulder instance
% ,{d, 'TEST'}
]}.
{deps, [
{shotgun, {git, "https://github.com/inaka/shotgun.git", {tag, "0.1.15"}}},
% rebar3 version
{jiffy , {git, "https://github.com/sergium/jiffy.git", {ref, "7e78a91"}}},
{cowboy , {git, "https://github.com/ninenines/cowboy.git", {ref, "341f991"}}} % 2.0.0-pre.2 + fix
]}.
{plugins, [rebar3_auto, rebar3_hex]}.