mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 10:55:22 +00:00
Change hellgate dependencies start order (#344)
This commit is contained in:
parent
0c97e0e161
commit
1013a02b68
@ -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, []},
|
||||
|
Loading…
Reference in New Issue
Block a user