Current section

Files

Jump to
credentials_obfuscation src credentials_obfuscation.app.src
Raw

src/credentials_obfuscation.app.src

{application,credentials_obfuscation,
[{description,"Helper library that obfuscates sensitive values in process state"},
{vsn,"2.3.0"},
{licenses,["MPL2.0","ASL2"]},
{links,[{"GitHub",
"https://github.com/rabbitmq/credentials-obfuscation"}]},
{registered,[]},
{mod,{credentials_obfuscation_app,[]}},
{applications,[kernel,stdlib,crypto]},
{env,[{enabled,true}]},
{modules,[]}]}.