Module: _init

(require("_init"))(cfg) → {boolean}

Do initial setup stuff, for example reading config from .env and merging with custom params
Parameters:
Name Type Description
cfg object pass in any config values you want to override defaults
Source:
Returns:
- true for success, false for failure
Type
boolean