Current section

Files

Jump to
locus src locus.app.src
Raw

src/locus.app.src

{application,locus,
[{description,"Geolocation and ASN lookup of IP addresses using MaxMind GeoIP2 / GeoLite2"},
{vsn,"1.10.0"},
{registered,[]},
{mod,{locus_app,[]}},
{applications,[kernel,stdlib,crypto,inets,public_key,ssl,
certifi,ssl_verify_fun]},
{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"}]}]}.