17 lines
829 B
Erlang
17 lines
829 B
Erlang
{application,gmhive_client,
|
|
[{description,"Gajumaru Hive Client"},
|
|
{vsn,"0.4.0"},
|
|
{registered,[]},
|
|
{applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise,
|
|
gmconfig,gmhive_protocol,gmhive_worker]},
|
|
{mod,{gmhc_app,[]}},
|
|
{start_phases,[{connect_to_primary,[]}]},
|
|
{env,[]},
|
|
{modules,[gmhc_app,gmhc_config,gmhc_config_schema,
|
|
gmhc_connector,gmhc_connectors_sup,gmhc_counters,
|
|
gmhc_eureka,gmhc_events,gmhc_handler,gmhc_server,
|
|
gmhc_sup,gmhc_workers,gmhive_client]},
|
|
{maintainers,["QPQ IaaS AG"]},
|
|
{licensens,["ISC"]},
|
|
{links,[{"gitea","https://git.qpq.swiss/gmhive_client"}]}]}.
|