study-system/server/src/study_system_server.app.src

11 lines
295 B
Erlang

{application, study_system_server,
[{description, "Study System Server"},
{vsn, "0.1.0"},
{registered, []},
{mod, {study_system_server_app, []}},
{applications, [kernel, stdlib, ssl]},
{env, [{cert_dir, "../test"}]},
{modules, []},
{licenses, ["AGPL-3.0-only"]},
{links, []}]}.