当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
3 Star 7 Fork 0

leeyi / es_client
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rebar.config 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
%% Erlang compiler options
{erl_opts, [debug_info,
{i, "test"},
{src_dirs, ["src"]}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{cover_enabled, true}.
{deps, [
{iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.3"}}},
{erlastic_search, {git, "https://github.com/tsloughter/erlastic_search.git", {branch, "master"}}}
]}.
{relx, [
{
release,
{ es_client, "0.1.0" },
[es_client, sasl]
},
{sys_config, "./config/sys.config"},
{vm_args, "./config/vm.args"},
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}
]}.
{profiles, [
{ prod, [
{relx, [
{dev_mode, false},
{include_erts, true}
]}
]},
{'centos-7', [
{relx, [
{dev_mode, false},
{include_erts, true},
{vm_args, "./config/prod.vm.args"},
{sys_config, "./config/prod.config"},
{include_erts, "/Users/leeyi/workspace/erl/erlang_otp20.0_for_centos7"},
{system_libs, "/Users/leeyi/workspace/erl/erlang_otp20.0_for_centos7"}
]}
]}
]}.
Erlang
1
https://gitee.com/leeyi/es_client.git
git@gitee.com:leeyi/es_client.git
leeyi
es_client
es_client
master

搜索帮助