Change hellgate dependencies start order (#344)

This commit is contained in:
Andrey Fadeev 2019-07-25 20:41:15 +03:00 committed by GitHub
parent 0c97e0e161
commit 1013a02b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,21 +7,21 @@
{mod, {hellgate, []}},
{applications, [
kernel,
fault_detector_proto,
stdlib,
genlib,
rfc3339,
cowboy,
woody,
gproc,
fault_detector_proto,
hg_proto,
cowboy,
how_are_you, % must be after ranch and before any woody usage
woody,
scoper, % should be before any scoper event handler usage
gproc,
dmt_client,
party_client,
woody_user_identity,
scoper,
payproc_errors,
erl_health,
how_are_you
erl_health
]},
{env, []},
{modules, []},