summaryrefslogtreecommitdiff
path: root/statsserver/ebin/statsserver.app
blob: 9c642ed42c51448ce842fac062cd6e7f6faf02fc (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 statsserver, see app(5).

{application, statsserver,
 [{description, "Plop statsserver"},
  {vsn, "0.10.1"},
  {modules, [statsserver_app, statsserver_sup, statsserver]},
  {applications, [kernel, stdlib, lager, plop]},
  {registered, [statsserver_sup, statsserver]},
  {mod, {statsserver_app, []}}
 ]}.