Current section
Files
Jump to
Current section
Files
src/grisp_connect.app.src
{application,grisp_connect,
[{description,"GRiSP.io Client Library for GRiSP"},
{vsn,"2.0.0"},
{registered,[]},
{mod,{grisp_connect_app,[]}},
{applications,
[kernel,inets,stdlib,jsx,jarl,grisp,grisp_cryptoauth,certifi]},
{optional_applications,[grisp_updater_grisp2]},
{env,
[{domain,"devices.grisp.io"},
{port,443},
{connect,true},
{ntp,false},
{ws_transport,tls},
{ws_path,"/grisp-connect/ws"},
{ws_request_timeout,5000},
{ws_ping_timeout,60000},
{ws_max_retries,infinity},
{logs_batch_size,100},
{logger,
[{handler,grisp_connect_log_handler,grisp_connect_logger_bin,
#{filter_default => log,
filters =>
[{disable_progress,
{fun logger_filters:progress/2,stop}}],
formatter => {grisp_connect_logger_bin,#{}}}}]}]},
{modules,[]},
{links,
[{"Homepage","https://www.grisp.io"},
{"Changelog",
"https://github.com/grisp/grisp_connect/blob/main/CHANGELOG.md"},
{"GitHub","https://github.com/grisp/grisp_connect"}]},
{files,["LICENSE","README.md","rebar.*","include","src","grisp"]},
{licenses,["Apache-2.0"]}]}.