gmhive_client/ebin/gmhive_client.app
2025-05-28 11:33:35 +02:00

17 lines
829 B
Erlang

{application,gmhive_client,
[{description,"Gajumaru Hive Client"},
{vsn,"0.4.3"},
{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"}]}]}.