2018-06-13 13:43:48 +00:00
|
|
|
% Common project erlang options.
|
|
|
|
{erl_opts, [
|
|
|
|
|
|
|
|
% mandatory
|
|
|
|
debug_info,
|
2018-10-05 11:19:46 +00:00
|
|
|
warnings_as_errors,
|
2018-06-13 13:43:48 +00:00
|
|
|
warn_export_all,
|
|
|
|
warn_missing_spec,
|
|
|
|
warn_untyped_record,
|
|
|
|
warn_export_vars,
|
|
|
|
|
|
|
|
% by default
|
|
|
|
warn_unused_record,
|
|
|
|
warn_bif_clash,
|
|
|
|
warn_obsolete_guard,
|
|
|
|
warn_unused_vars,
|
|
|
|
warn_shadow_vars,
|
|
|
|
warn_unused_import,
|
|
|
|
warn_unused_function,
|
|
|
|
warn_deprecated_function
|
|
|
|
|
|
|
|
% at will
|
|
|
|
% bin_opt_info
|
|
|
|
% no_auto_import
|
|
|
|
% warn_missing_spec_all
|
|
|
|
|
|
|
|
]}.
|
|
|
|
|
|
|
|
% Common project dependencies.
|
|
|
|
{deps, [
|
|
|
|
{genlib,
|
|
|
|
{git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}
|
|
|
|
},
|
|
|
|
{rfc3339,
|
|
|
|
"0.2.2"
|
|
|
|
},
|
2018-06-15 16:15:14 +00:00
|
|
|
{uuid,
|
|
|
|
{git, "https://github.com/okeuday/uuid.git", {branch, "master"}}
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
|
|
|
{scoper,
|
|
|
|
{git, "git@github.com:rbkmoney/scoper.git", {branch, "master"}}
|
|
|
|
},
|
|
|
|
{woody,
|
|
|
|
{git, "git@github.com:rbkmoney/woody_erlang.git", {branch, "master"}}
|
|
|
|
},
|
|
|
|
{woody_user_identity,
|
|
|
|
{git, "git@github.com:rbkmoney/woody_erlang_user_identity.git", {branch, "master"}}
|
|
|
|
},
|
2018-07-08 16:58:55 +00:00
|
|
|
{erl_health,
|
|
|
|
{git, "https://github.com/rbkmoney/erlang-health.git", {branch, "master"}}
|
|
|
|
},
|
2018-06-13 13:43:48 +00:00
|
|
|
{machinery,
|
2018-06-18 16:38:06 +00:00
|
|
|
{git, "git@github.com:rbkmoney/machinery.git", {branch, "master"}}
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
|
|
|
{gproc,
|
2019-06-27 15:58:45 +00:00
|
|
|
"0.8.0"
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
2018-12-05 15:26:56 +00:00
|
|
|
{hackney,
|
2019-06-27 15:58:45 +00:00
|
|
|
"1.15.1"
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
|
|
|
% {erlang_localtime,
|
|
|
|
% {git, "https://github.com/kpy3/erlang_localtime", {branch, "master"}}
|
|
|
|
% },
|
|
|
|
{dmsl,
|
2018-08-27 12:08:06 +00:00
|
|
|
{git, "git@github.com:rbkmoney/damsel.git", {branch, "release/erlang/master"}}
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
|
|
|
{dmt_client,
|
|
|
|
{git, "git@github.com:rbkmoney/dmt_client.git", {branch, "master"}}
|
|
|
|
},
|
|
|
|
{id_proto,
|
2018-07-08 16:58:55 +00:00
|
|
|
{git, "git@github.com:rbkmoney/identification-proto.git", {branch, "master"}}
|
2018-07-02 15:42:36 +00:00
|
|
|
},
|
|
|
|
{identdocstore_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/identdocstore-proto.git", {branch, "master"}}
|
2018-10-05 11:19:46 +00:00
|
|
|
},
|
|
|
|
{fistful_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/fistful-proto.git", {branch, "master"}}
|
2019-01-22 12:48:28 +00:00
|
|
|
},
|
|
|
|
{fistful_reporter_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/fistful-reporter-proto.git", {branch, "master"}}
|
|
|
|
},
|
|
|
|
{file_storage_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/file-storage-proto.git", {branch, "master"}}
|
2019-08-14 09:45:21 +00:00
|
|
|
},
|
|
|
|
{binbase_proto,
|
|
|
|
{git, "git@github.com:rbkmoney/binbase-proto.git", {branch, "master"}}
|
2018-06-13 13:43:48 +00:00
|
|
|
}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{xref_checks, [
|
|
|
|
undefined_function_calls,
|
|
|
|
undefined_functions,
|
|
|
|
deprecated_functions_calls,
|
|
|
|
deprecated_functions
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{dialyzer, [
|
|
|
|
{warnings, [
|
|
|
|
% mandatory
|
|
|
|
unmatched_returns,
|
|
|
|
error_handling,
|
|
|
|
race_conditions,
|
|
|
|
unknown
|
|
|
|
]},
|
|
|
|
{plt_apps, all_deps}
|
|
|
|
]}.
|
|
|
|
|
|
|
|
{profiles, [
|
|
|
|
|
|
|
|
{prod, [
|
|
|
|
|
|
|
|
{deps, [
|
|
|
|
% Format logs lines as a JSON according to the platform requirements
|
2019-06-27 15:58:45 +00:00
|
|
|
{logger_logstash_formatter,
|
|
|
|
{git, "git@github.com:rbkmoney/logger_logstash_formatter.git", {branch, "master"}}
|
2018-06-13 13:43:48 +00:00
|
|
|
},
|
|
|
|
% Introspect a node running in production
|
|
|
|
{recon,
|
|
|
|
"2.3.4"
|
|
|
|
}
|
|
|
|
]},
|
|
|
|
{relx, [
|
|
|
|
{release, {'fistful-server', "0.1"}, [
|
2019-06-27 15:58:45 +00:00
|
|
|
{runtime_tools , load}, % debugger
|
|
|
|
{tools , load}, % profiler
|
|
|
|
{recon , load},
|
|
|
|
{logger_logstash_formatter , load},
|
2018-07-05 10:57:59 +00:00
|
|
|
ff_server
|
2018-06-13 13:43:48 +00:00
|
|
|
]},
|
|
|
|
{sys_config , "./config/sys.config"},
|
|
|
|
{vm_args , "./config/vm.args"},
|
|
|
|
{dev_mode , false},
|
|
|
|
{include_erts , true},
|
2018-07-06 13:49:30 +00:00
|
|
|
{extended_start_script , true},
|
|
|
|
%% wapi
|
|
|
|
{overlay, [
|
|
|
|
{mkdir , "var/keys/wapi" },
|
|
|
|
{copy , "apps/wapi/var/keys/wapi/private.pem", "var/keys/wapi/private.pem" }
|
|
|
|
]}
|
|
|
|
|
2018-06-13 13:43:48 +00:00
|
|
|
]}
|
|
|
|
|
|
|
|
]},
|
|
|
|
|
|
|
|
{test, [
|
|
|
|
|
|
|
|
{deps, [
|
|
|
|
]}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
]}.
|