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:91

Functions

default

default(): Config

Gets the configuration used to start the API

Returns

Config

the configuration Config

Not Exported

Defined in

src/config.ts:190


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:216