summaryrefslogtreecommitdiff
path: root/statusserver/ebin/statusserver.app
blob: 1a032f1c0d2f709ba2857c1eec5fa21d50a6a6ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%%% Copyright (c) 2017, NORDUnet A/S.
%%% See LICENSE for licensing information.

%%% Application resource file for statusserver, see app(5).

{application, statusserver,
 [{description, "Plop statusserver"},
  {vsn, "0.10.1"},
  {modules, [statusserver_app, statusserver_sup, statusserver]},
  {applications, [kernel, stdlib, lager, plop]},
  {registered, [statusserver_sup, statusserver]},
  {mod, {statusserver_app, []}}
 ]}.