2 Star 0 Fork 0

阿里云/domain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rebar.config 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
weiguang.du 提交于 2018-11-30 23:15 . update:依赖
{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"
]}.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Erlang
1
https://gitee.com/aliyun-api/domain.git
git@gitee.com:aliyun-api/domain.git
aliyun-api
domain
domain
master

搜索帮助