Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 373 Bytes

instructions.md

File metadata and controls

8 lines (6 loc) · 373 Bytes

The package has been configured successfully. The mqtt configuration stored inside config/mqtt.ts file relies on the following environment variables and hence we recommend validating them.

Open the env.ts file and paste the following code inside the Env.rules object.

MQTT_BROKER: Env.schema.string({ format: 'host' }),
MQTT_PORT: Env.schema.number(),