Current section

Files

Jump to
locus src locus.app.src
Raw

src/locus.app.src

{application,locus,
[{description,"MMDB reader for geolocation and ASN lookup of IP addresses, supporting MaxMind GeoLite2/GeoIP2 and other providers"},
{vsn,"2.3.11"},
{registered,[]},
{mod,{locus_app,[]}},
{applications,[kernel,stdlib,crypto,inets,ssl,
tls_certificate_check]},
{modules,[]},
{env,[{license_key,"YOUR_LICENSE_KEY"},{log_level,error}]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/g-andrade/locus"},
{"GitLab","https://gitlab.com/g-andrade/locus"}]}]}.