NAME

MyConf - package for working with secrets

OVERVIEW

Usage example:

const my $secrets_inst = MyConf->instance;
...
my $secrets = $secrets_inst->get_secrets( SELLER_ID, MP_ID );

DESCRIPTION

The following paths are used for initialization, in order of precedence:

  • config file located along the path `./conf/locale.conf`

  • environment variables;