代码拉取完成,页面将自动刷新
{minimum_otp_vsn, "19"}.
% {plugins, [rebar3_appup_plugin]}.
% {provider_hooks, [
% {pre, [{tar, {appup, tar}}]},
% {post, [{compile, {appup, compile}},
% {clean, {appup, clean}}]}
% ]}.
{erl_opts, [
debug_info,
warn_export_all,
warn_unused_import,
warn_unused_vars,
nowarn_shadow_vars,
warnings_as_errors
% {parse_transform, lager_transform},
]}.
{deps, [
{jiffy ,{git, "https://gitee.com/w_g/jiffy.git", {branch, "master"}}},
{cowlib,{git, "https://gitee.com/w_g/cowlib.git", {branch, "master"}}},
{ranch ,{git, "https://gitee.com/w_g/ranch.git", {branch, "master"}}},
{gun ,{git, "https://gitee.com/w_g/gun.git", {branch, "master"}}},
{efuns ,{git, "https://gitee.com/w_g/efuns.git", {branch, "master"}}},
{quickrand, {git, "https://gitee.com/w_g/quickrand.git", {tag,"v1.6.0"}}},
{uuid ,{git, "https://gitee.com/w_g/uuid.git", {branch, "master"}}},
{pub_params ,{git, "https://gitee.com/aliyun-api/pub-params.git", {branch, "master"}}}
]}.
{relx, [{release, { domain , "1.0.0" },
[domain, uuid, efuns, pub_params, gun, jiffy,
inets, crypto, runtime_tools,
sasl]},
{sys_config, "./config/sys.config"},
{vm_args, "./config/vm.args"},
{dev_mode, false},
{system_libs, true},
{include_erts, true},
{extended_start_script, true}]
}.
{profiles, [{prod, [{relx, [{dev_mode, false},
{system_libs, true},
{include_erts, true}]}]
}]
}.
{clean_files, ["erl_crash.dump",
"rebar3.crashdump",
"rebar.lock"
]}.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。