15 lines
462 B
Erlang
15 lines
462 B
Erlang
{application, emqx_psk_file,
|
|
[{description,"EMQX PSK Plugin from File"},
|
|
{vsn, "4.3.0"}, % strict semver, bump manually!
|
|
{modules,[]},
|
|
{registered,[emqx_psk_file_sup]},
|
|
{applications,[kernel,stdlib]},
|
|
{mod,{emqx_psk_file_app,[]}},
|
|
{env, []},
|
|
{licenses, ["Apache-2.0"]},
|
|
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
|
|
{links, [{"Homepage", "https://emqx.io/"},
|
|
{"Github", "https://github.com/emqx/emqx-psk-file"}
|
|
]}
|
|
]}.
|