Skip to main content

config

Api Code Documentation / Exports / config

Table of contents#

Variables#

Functions#

Variables#

config#

• Const config: Config

Defined in#

src/config.ts:77

Functions#

default#

â–¸ default(): Config

Gets the configuration used to start the API

notexported

Returns#

Config

the configuration Config

Defined in#

src/config.ts:168


isProductionEnvironment#

â–¸ isProductionEnvironment(): boolean

Checks if a production environment is running

Returns#

boolean

true if the current environment is a production environment. otherwise false

Defined in#

src/config.ts:194