string Custom name for the config loader class.
string The namespace key which this class should load. For example APP_
will import all configurations values starting with key `APP_*.
Get a configuration value from the available configurations in this classes namespace.
string The configuration key minus the this.configNamespaceKey
.
For example APP_NAME
would be requested with this.getConfig('NAME');
.
string | never
Register a configuration name and value into this configuration instance.
string The fullname of the configuration key to registered.
Generated using TypeDoc
The default process.env configuration loader for Tapjaw Importer.