summaryrefslogtreecommitdiff
path: root/statusserver/ebin/statusserver.app
blob: 10a1ba84dd2dde3592ce1f764f6f2bb96bc9b618 (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, "1.0.1-alpha-dev"},
  {modules, [statusserver_app, statusserver_sup, statusserver]},
  {applications, [kernel, stdlib, lager, plop]},
  {registered, [statusserver_sup, statusserver]},
  {mod, {statusserver_app, []}}
 ]}.