rebar.config 154 字节
Newer Older
L
LeiHua 已提交
1 2 3 4 5 6 7 8 9 10
{erl_opts, [debug_info, export_all, nowarn_export_all]}.
{deps, [
	poolboy
]}.

{shell, [
  % {config, "config/sys.config"},
    {apps, [ip2region]}
]}.