core-server 2.0.8
Install from the command line:
Learn more about npm packages
$ npm install @amplement/core-server@2.0.8
Install via package.json:
"@amplement/core-server": "2.0.8"
About this version
Tools shared between our backend services
npm version patch|minor|major && git push && git push --tags
import * as coreServer from '@amplement/core-server'
Databases related tools.
Environment variable handled.
-
SENTRY_START_ERROR_CODE
: optional to prevent reporting of errors under a particular status code (default: "500") -
DEBUG_APP_NAME
: optional the name to display in loggers (default: "app") -
DEBUG_LEVEL
: required the debug level to limit logger verbosity -
NODE_INSTANCE_ID
: optional instance id of the service using the core server -
NODE_ENV
: optional environment to use